Skip to content

Commit 816f3b5

Browse files
committed
ci: Ignore all branches starting with release.
Set the ignored branches pattern to `release*` for the normal ci workflow.
1 parent 89a8bf3 commit 816f3b5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Continous build - build and test on every push
33
on:
44
push:
55
branches-ignore:
6-
- release
7-
- 'releases/**'
6+
- 'release*'
87
- gh-pages
98

109
jobs:

0 commit comments

Comments
 (0)