Skip to content

Commit

Permalink
Merge pull request #40 from grantcodes/rename-main-branch
Browse files Browse the repository at this point in the history
ci(actions): rename main branch
  • Loading branch information
grantcodes authored Feb 15, 2025
2 parents eeceae5 + 13cb0dd commit 608fd7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Create Release
on:
push:
branches:
- master
- main

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Run Tests on PR
on:
pull_request:
branches:
- master
- main

jobs:
test:
Expand Down

0 comments on commit 608fd7a

Please # to comment.