Skip to content

Commit 82bc340

Browse files
authored
[ci] No builds if anything in README was modified
1 parent cc99ff1 commit 82bc340

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/root-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,16 @@ on:
88
paths-ignore:
99
- 'doc/**'
1010
- 'documentation/**'
11+
- 'README/ReleaseNotes/**'
1112

1213
push:
1314
branches:
1415
- 'master'
1516
- 'v*-*-*-patches'
17+
paths-ignore:
18+
- 'doc/**'
19+
- 'documentation/**'
20+
- 'README/**'
1621

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

0 commit comments

Comments
 (0)