Skip to content

Commit

Permalink
GitHub Actions CI PRs
Browse files Browse the repository at this point in the history
Correctly handle PR events.
  • Loading branch information
MikeMcQuaid committed Aug 14, 2019
1 parent a024a8a commit 462fe82
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: GitHub Actions CI
on: [push]
on:
push:
branches: master
pull_request: []
jobs:
tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 462fe82

Please sign in to comment.