Skip to content

Commit 37e0234

Browse files
test on all branches build on next/master
1 parent 6b0128c commit 37e0234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CICD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: CICD
22

33
on:
44
push:
5-
branches: [master, next]
65

76
jobs:
87
test:
@@ -26,6 +25,7 @@ jobs:
2625
build:
2726
runs-on: ubuntu-latest
2827
needs: test
28+
if: github.ref == 'refs/heads/next' || github.ref == 'refs/heads/master'
2929
steps:
3030
- name: Checkout
3131
uses: actions/checkout@v4

0 commit comments

Comments
 (0)