Skip to content

Commit

Permalink
.github/workflows: build on push to any branch
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Layher <mdlayher@gmail.com>
  • Loading branch information
mdlayher committed Feb 13, 2022
1 parent ed28e06 commit 3a2f76c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Linux Test
on:
push:
branches:
- main
- '*'
pull_request:
branches:
- '*'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: macOS Test
on:
push:
branches:
- main
- '*'
pull_request:
branches:
- '*'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Static Analysis
on:
push:
branches:
- main
- '*'
pull_request:
branches:
- '*'
Expand Down

0 comments on commit 3a2f76c

Please sign in to comment.