Skip to content

Commit

Permalink
Trigger testing workflow on package.json change
Browse files Browse the repository at this point in the history
  • Loading branch information
dickwolff authored Feb 21, 2024
1 parent 6edcf3e commit 18072a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/frameworkTesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ on:
- main
paths:
- "src/**"
- "package.json"
pull_request:
branches:
- main
paths:
- "src/**"
- "package.json"

jobs:
run-tests:
Expand Down Expand Up @@ -84,4 +86,4 @@ jobs:
with:
token: ${{ secrets.GIST_SECRET }}
gist_id: dd5dc24ffa62de59b3d836f856f48a10
file_path: cov.json
file_path: cov.json

0 comments on commit 18072a3

Please sign in to comment.