Skip to content

Commit e1b4c15

Browse files
dancormierclaude
andcommitted
ci: also run checks on main branch pushes and PRs
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b43e39f commit e1b4c15

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.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: [develop, beta]
5+
branches: [develop, beta, main]
66
pull_request:
7-
branches: [develop, beta]
7+
branches: [develop, beta, main]
88

99
jobs:
1010
build-and-test:

0 commit comments

Comments
 (0)