Skip to content

Commit

Permalink
ci: Ignore all branches starting with release.
Browse files Browse the repository at this point in the history
Set the ignored branches pattern to `release*` for the normal ci workflow.
  • Loading branch information
fzs committed Jan 31, 2020
1 parent 89a8bf3 commit 816f3b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Continous build - build and test on every push
on:
push:
branches-ignore:
- release
- 'releases/**'
- 'release*'
- gh-pages

jobs:
Expand Down

0 comments on commit 816f3b5

Please sign in to comment.