Skip to content

Commit

Permalink
add on.pull_request to ci action
Browse files Browse the repository at this point in the history
to see if it kicks off in the master repo
  • Loading branch information
msimerson committed Mar 18, 2022
1 parent fccd8ad commit 7b63956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

name: Tests

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

env:
CI: true
Expand Down

0 comments on commit 7b63956

Please sign in to comment.