Skip to content

Commit

Permalink
Merge pull request #365 from bentranter/run-actions-on-push-master
Browse files Browse the repository at this point in the history
Run Actions on push to master
  • Loading branch information
bentranter authored Oct 2, 2020
2 parents 7021ab1 + ca2aef0 commit c443c4d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
on: [pull_request]
on:
push:
branches:
- master
pull_request:
branches:
- master

name: ci

Expand Down

0 comments on commit c443c4d

Please sign in to comment.