Skip to content

Commit

Permalink
Merge pull request #50 from mwcraig/build-on-push
Browse files Browse the repository at this point in the history
Make push trigger builds too
  • Loading branch information
mwcraig committed Jan 20, 2020
2 parents d6ef412 + 38ca820 commit f0a1d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Test/build

on: [pull_request]
on: [push, pull_request]

jobs:
build:
Expand Down

0 comments on commit f0a1d0e

Please sign in to comment.