Skip to content

Commit c93291e

Browse files
authored
chore: github actions, ignore branch main
1 parent 7af1129 commit c93291e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/integrate.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: Black Burger CI
22

33
on:
44
pull_request:
5-
branches: [develop, release, main]
6-
5+
branches: [develop, release]
6+
branches-ignore:
7+
- main
78
jobs:
89
test_pull_request:
910
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)