Skip to content

Commit

Permalink
Merge pull request #480 from johnheusinger/add-push-trigger
Browse files Browse the repository at this point in the history
Add 'push' trigger to build_and_test workflow
  • Loading branch information
lipkau authored Jun 21, 2023
2 parents 79fbb12 + 8ed9ab1 commit 4efd012
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches:
- master
push:
branches:
- master

jobs:
build_module:
Expand Down

0 comments on commit 4efd012

Please sign in to comment.