Skip to content

Commit

Permalink
🐛 fix: update workflow default branch to main
Browse files Browse the repository at this point in the history
Update snake workflow to use 'main' instead of 'master' as the default
branch name to match GitHub's profile README default.

Fixes maurodesouza#73
  • Loading branch information
edwarddjss committed Jan 16, 2025
1 parent 4cf64f5 commit 1879b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/snake/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
push:
branches:
- master
- main
jobs:
generate:
Expand Down

0 comments on commit 1879b41

Please sign in to comment.