Skip to content

Commit 9b6d33f

Browse files
authored
Merge pull request #2 from r74tech/chore/ci-trigger
fix: CIをrelease以外の全ブランチpushで実行するよう変更
2 parents edbb965 + 600b014 commit 9b6d33f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
branches: [develop, release]
66
push:
7-
branches: [develop]
7+
branches-ignore: [release]
88

99
jobs:
1010
test:

0 commit comments

Comments
 (0)