Skip to content

ci: trigger workflow on master instead of main#20

Merged
stepan-romankov merged 1 commit into
masterfrom
fix/ci-branch-trigger
Apr 28, 2026
Merged

ci: trigger workflow on master instead of main#20
stepan-romankov merged 1 commit into
masterfrom
fix/ci-branch-trigger

Conversation

@stepan-romankov
Copy link
Copy Markdown
Contributor

Summary

  • Switch CI `push` and `pull_request` triggers from `main` to `master` (the actual default branch)

CI hasn't been running on master pushes or PRs because the workflow filtered on `main`. With this fix the CI badge added in #19 will reflect real status.

Test plan

  • CI runs on this PR (proves the trigger fix works on `pull_request`)
  • CI runs after merge to master (proves the `push` trigger)

🤖 Generated with Claude Code

Default branch is master; the workflow's main filter meant CI never
ran on push or pull_request. Switching to master so the badge reflects
real status.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@stepan-romankov stepan-romankov merged commit e1e9eec into master Apr 28, 2026
2 checks passed
@stepan-romankov stepan-romankov deleted the fix/ci-branch-trigger branch April 28, 2026 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant