Skip to content

Commit d3f9d12

Browse files
detainclaude
andcommitted
ci: trigger workflow on master too
The default branch here is master, not main — the workflow's push.branches list was set to [main] only, so CI never ran on commits to master. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 1088c0b commit d3f9d12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: tests
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [master, main]
66
pull_request:
77

88
jobs:

0 commit comments

Comments
 (0)