Skip to content

Commit

Permalink
Trigger pipelines when pipeline code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
StuckiSimon committed Aug 13, 2024
1 parent caa29a1 commit 1f7d271
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches: [main]
paths:
- "report/**"
- ".github/workflows/build-report.yml"
concurrency:
group: build-report
cancel-in-progress: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- "strahl-lib/**"
- "website/**"
- ".github/workflows/deploy-website.yml"
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches: [main]
paths:
- "strahl-lib/**"
- ".github/workflows/test-pipeline.yml"
pull_request:
branches: [main]
paths:
Expand Down

0 comments on commit 1f7d271

Please sign in to comment.