Skip to content

Commit

Permalink
Update branches
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhorridge committed Sep 16, 2024
1 parent bb254f9 commit b60b7bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Verify
on:
push:
branches-ignore:
- master
- main

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

jobs:
build:
Expand Down

0 comments on commit b60b7bf

Please sign in to comment.