Skip to content

Commit

Permalink
Update build workflow with correct default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bjfish25 committed May 27, 2021
1 parent d80b936 commit a74fe96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a74fe96

Please sign in to comment.