Skip to content

Commit

Permalink
test: Add push requirement back
Browse files Browse the repository at this point in the history
  • Loading branch information
hayleepierce committed Oct 2, 2023
1 parent 47c35cc commit 55e622b
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 @@ -10,6 +10,8 @@ env:
# Workflow begins with push or PR events
# Focuses on the master branch only
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

Expand Down

0 comments on commit 55e622b

Please sign in to comment.