Skip to content

Commit 22571ca

Browse files
committed
Run integration test CI workflow when action-setup.sh is modified
1 parent 84e758c commit 22571ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-integration.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ on:
66
- '.github/workflows/test-integration.yml'
77
- '.github/workflows/testdata'
88
- 'action.yml'
9+
- 'action-setup.sh'
910
- 'compilesketches/**'
1011

1112
push:
1213
paths:
1314
- '.github/workflows/test-integration.yml'
1415
- '.github/workflows/testdata'
1516
- 'action.yml'
17+
- 'action-setup.sh'
1618
- 'compilesketches/**'
1719

1820
env:

0 commit comments

Comments
 (0)