Skip to content

Commit

Permalink
Try to cut down on the doubled up actions runs
Browse files Browse the repository at this point in the history
  • Loading branch information
meatballhat committed May 15, 2020
1 parent b6e1e86 commit ef957ea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: main
on: [pull_request, push]
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
strategy:
Expand Down

0 comments on commit ef957ea

Please sign in to comment.