Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bump version
on:
push:
branches:
- master
- main
paths-ignore:
Comment on lines 4 to 6
Copy link

Copilot AI Feb 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR changes the workflow trigger branch to main, but the repo still contains several master branch references (e.g., README.md coveralls badge uses branch=master, and README text references committing to master). If the default branch has been renamed to main, these should be updated (or the PR title/description adjusted to reflect that only the workflow trigger was changed).

Copilot uses AI. Check for mistakes.
- '.github/**'
- 'README.md'
Expand Down