Skip to content

Commit 9b32ae7

Browse files
committed
ci: Ignore release and gh-pages branches for CI build on push
1 parent 8549471 commit 9b32ae7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Continous build - build and test on every push
22

3-
on: push
3+
on:
4+
push:
5+
branches-ignore:
6+
- release
7+
- 'releases/**'
8+
- gh-pages
49

510
jobs:
611
build:

0 commit comments

Comments
 (0)