Skip to content

Commit a3cfbda

Browse files
authored
Merge pull request #527 from wainersm/builder_delete_jobs-trigger
github: publish jobs if jobs-builder/trash changed
2 parents bc319f8 + d786a75 commit a3cfbda

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish_jobs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
paths:
99
# Run only when the definitions of jobs changed.
1010
- 'jobs-builder/jobs/**'
11+
# Or when the trash file changed.
12+
- 'jobs-builder/trash'
1113
name: Publish Jenkins jobs
1214
jobs:
1315
publish:

0 commit comments

Comments
 (0)