Skip to content

Commit

Permalink
Merge pull request #28 from freezingsaddles/fix-default-branch-to-main
Browse files Browse the repository at this point in the history
Fix default branch name to main
  • Loading branch information
obscurerichard authored Jan 3, 2025
2 parents 111fd73 + 8c40a03 commit 9e1f958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Build and Deploy Latest
on:
push:
branches:
- 'master'
- 'main'

jobs:

Expand Down

0 comments on commit 9e1f958

Please sign in to comment.