Skip to content

Commit

Permalink
Update CI workflow branch name from 'master' to 'main'
Browse files Browse the repository at this point in the history
Changed the branch name in the CI configuration to align with modern naming conventions. This ensures that CI workflows run correctly when changes are pushed to the 'main' branch instead of 'master'.
  • Loading branch information
meanmail committed Nov 7, 2024
1 parent e69a07c commit f10a2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on:
push:
branches:
- 'master'
- 'main'
pull_request:

concurrency:
Expand Down

0 comments on commit f10a2c1

Please sign in to comment.