summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci-build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci-build.yml')
-rw-r--r--.github/workflows/ci-build.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index f3531f6e..e9961f2f 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -1,6 +1,11 @@
name: Continous build - build and test on every push
-on: push
+on:
+ push:
+ branches-ignore:
+ - release
+ - 'releases/**'
+ - gh-pages
jobs:
build: