Skip to content

Commit

Permalink
feat: run ci on pull requests too (#12)
Browse files Browse the repository at this point in the history
Normal push events don't run from external repositories but pr events should.
  • Loading branch information
reconbot committed Jul 6, 2021
1 parent 94908a4 commit b483185
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
on:
push:
pull_request:
jobs:
install:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b483185

Please sign in to comment.