Skip to content

Commit 9fd6dd3

Browse files
committed
chore: enable ci to run on any changes to package.json or workflows
1 parent 2e7fd79 commit 9fd6dd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- 'cypress/**'
3333
- 'yarn.lock'
3434
- '.github/publish-ci/**/yarn.lock'
35-
- '.github/workflows/checks.yml'
36-
- '.github/workflows/tests.yml'
35+
- '.github/workflows/*.yml'
36+
- 'package.json'
3737
build:
3838
needs: changes
3939
if: ${{ needs.changes.outputs.packages == 'true' }}

0 commit comments

Comments
 (0)