Skip to content

Commit 297fdd0

Browse files
committed
CI: trigger on push to default branch (main, master, claude/**)
Also run PR checks for PRs targeting any of these branches. https://claude.ai/code/session_015LpmjAt17XD582hZ9TPLCv
1 parent 77db675 commit 297fdd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

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

33
on:
44
push:
5-
branches: [ main, 'claude/**' ]
5+
branches: [ main, master, 'claude/**' ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ main, master, 'claude/**' ]
88

99
permissions:
1010
contents: read

0 commit comments

Comments
 (0)