Try to exclude the 'onlinedocs' branch from actions
There's no sourcecode within that branch, anyway.
This commit is contained in:
parent
60960ba590
commit
74a92d7991
|
@ -20,8 +20,14 @@ name: Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches-ignore:
|
||||||
|
- 'onlinedocs'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches-ignore:
|
||||||
|
- 'onlinedocs'
|
||||||
workflow_call:
|
workflow_call:
|
||||||
|
branches-ignore:
|
||||||
|
- 'onlinedocs'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
BUILD_TYPE: RelWithDebInfo
|
BUILD_TYPE: RelWithDebInfo
|
||||||
|
|
Loading…
Reference in New Issue