We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc319f8 + d786a75 commit a3cfbdaCopy full SHA for a3cfbda
1 file changed
.github/workflows/publish_jobs.yml
@@ -8,6 +8,8 @@ on:
8
paths:
9
# Run only when the definitions of jobs changed.
10
- 'jobs-builder/jobs/**'
11
+ # Or when the trash file changed.
12
+ - 'jobs-builder/trash'
13
name: Publish Jenkins jobs
14
jobs:
15
publish:
0 commit comments