Skip to content

Commit f3b8318

Browse files
authored
Merge pull request #140 from LuizLimaDev/LuizLimaDev-patch-1
chore: github actions, ignore branch main
2 parents 7af1129 + c93291e commit f3b8318

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)