Skip to content

Commit 74a92d7

Browse files
committed
Try to exclude the 'onlinedocs' branch from actions
There's no sourcecode within that branch, anyway.
1 parent 60960ba commit 74a92d7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,14 @@ name: Build
2020

2121
on:
2222
push:
23+
branches-ignore:
24+
- 'onlinedocs'
2325
pull_request:
26+
branches-ignore:
27+
- 'onlinedocs'
2428
workflow_call:
29+
branches-ignore:
30+
- 'onlinedocs'
2531

2632
env:
2733
BUILD_TYPE: RelWithDebInfo

0 commit comments

Comments
 (0)