Skip to content

Fix tests push trigger to target main instead of master#149

Merged
maresb merged 1 commit into
labelle-org:mainfrom
maresb:fix/tests-push-trigger-main
Jun 1, 2026
Merged

Fix tests push trigger to target main instead of master#149
maresb merged 1 commit into
labelle-org:mainfrom
maresb:fix/tests-push-trigger-main

Conversation

@maresb

@maresb maresb commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

Summary

The tests.yml push trigger is configured for the master branch, but the repository's default branch is main. As a result the push-triggered run never fires — tests only run via the pull_request trigger.

This points the trigger at main so tests also run on direct pushes to the default branch.

Test plan

  • No job logic changes; only the branch name in the on.push.branches trigger.

🤖 Generated with Claude Code

The default branch is `main`, so the `push` trigger on `master` never
fired. Point it at `main` so tests run on pushes to the default branch.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@maresb maresb merged commit ac16268 into labelle-org:main Jun 1, 2026
6 checks passed
@maresb maresb deleted the fix/tests-push-trigger-main branch June 1, 2026 16:05
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