Skip to content

Commit ef30a48

Browse files
committed
[ci] Fix workflow file
1 parent 1df6d55 commit ef30a48

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/root-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ on:
1414
branches:
1515
- 'master'
1616
- 'v*-*-*-patches'
17-
paths-ignore:
18-
- 'doc/**'
19-
- 'documentation/**'
20-
- 'README/**'
17+
paths-ignore:
18+
- 'doc/**'
19+
- 'documentation/**'
20+
- 'README/**'
2121

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

0 commit comments

Comments
 (0)