Skip to content

Commit

Permalink
[CI] Do not automatically trigger build when workflow file changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Jan 17, 2025
1 parent f584a3e commit 3535a4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-low-cadence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
branches:
- master
- 'release/**'
paths-ignore:
- '.github/workflows/**'
pull_request:
types: [opened, synchronize]
branches:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
branches:
- master
- 'release/**'
paths-ignore:
- '.github/workflows/**'
pull_request:
types: [opened, synchronize]
branches:
Expand Down

0 comments on commit 3535a4a

Please sign in to comment.