Skip to content

Commit

Permalink
[ci] Do not start builds if only the Release Notes have been modified
Browse files Browse the repository at this point in the history
  • Loading branch information
dpiparo committed Nov 12, 2024
1 parent 9aa6249 commit b75b25f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/root-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,16 @@ on:
paths-ignore:
- 'doc/**'
- 'documentation/**'
- 'README/ReleaseNotes/**'

push:
branches:
- 'master'
- 'v*-*-*-patches'
paths-ignore:
- 'doc/**'
- 'documentation/**'
- 'README/ReleaseNotes/**'

# Allows nightly builds to trigger one run for each branch easily, by
# providing the relevant branch as "default" value here:
Expand Down

0 comments on commit b75b25f

Please sign in to comment.