diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7951592c..900864f3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,8 +20,14 @@ name: Build on: push: + branches-ignore: + - 'onlinedocs' pull_request: + branches-ignore: + - 'onlinedocs' workflow_call: + branches-ignore: + - 'onlinedocs' env: BUILD_TYPE: RelWithDebInfo