diff options
-rw-r--r-- | .github/workflows/ci-build.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 04a25ca1..368123d5 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -3,8 +3,7 @@ name: Continous build - build and test on every push on: push: branches-ignore: - - release - - 'releases/**' + - 'release*' - gh-pages jobs: |