Skip to content

Commit 4a529d4

Browse files
committed
Run workflow on workflow changes
1 parent a3a0ab1 commit 4a529d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/examples-tests.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ on:
1414
paths:
1515
- "examples/**"
1616
- "tests/**"
17+
- ".github/workflows/examples-tests.yaml"
1718
pull_request:
1819
paths:
1920
- "examples/**"
2021
- "tests/**"
22+
- ".github/workflows/examples-tests.yaml"
2123
workflow_dispatch: {}
2224

2325
jobs:

0 commit comments

Comments
 (0)