Skip to content

Fix CI workflow branch names #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 9, 2025
Merged

Conversation

basmussen
Copy link
Contributor

@basmussen basmussen commented Jun 9, 2025

Fixes #12

Summary

  • Fix incorrect branch names in CI workflow configuration
  • Ensure CI runs on correct branches

Changes

  • Changed branch trigger from 'main' to 'master' in GitHub Actions workflow
  • Repository uses 'master' as the default branch, not 'main'

Impact

  • CI will now correctly trigger on pushes to master and develop branches
  • Pull requests targeting master and develop will trigger CI checks

Related Issue

- Change branch trigger from 'main' to 'master'
- Repository uses 'master' as default branch, not 'main'
- CI will now correctly trigger on master and develop branches
@basmussen basmussen mentioned this pull request Jun 9, 2025
2 tasks
@basmussen basmussen merged commit 7611fb8 into develop Jun 9, 2025
4 checks passed
@basmussen basmussen deleted the feature/fix-ci-branch-names branch June 9, 2025 16:02
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.

Fix CI workflow branch names
1 participant