Skip to content

Commit

Permalink
fix branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesw committed Nov 27, 2024
1 parent c141a45 commit dccabda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build
on:
push:
branches:
- master
- main
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- master
- main

jobs:
release-please:
Expand Down

0 comments on commit dccabda

Please sign in to comment.