Skip to content

Commit

Permalink
Fix push branch to be the default branch (#25)
Browse files Browse the repository at this point in the history
* Fix push branch to be the default branch

* Fix push branch to be the default branch
  • Loading branch information
dboreham authored Nov 1, 2024
1 parent 3c2c70e commit 955e936
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check code builds
on:
push:
branches:
- main
- release
- ci-test
pull_request:
types: [opened, reopened]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Code Checks
on:
push:
branches:
- main
- release
- ci-test
pull_request:
types: [opened, reopened]
Expand Down

0 comments on commit 955e936

Please sign in to comment.