Skip to content

Commit

Permalink
Run GitHub Actions tests on PRs as well
Browse files Browse the repository at this point in the history
When initially creating the GitHub Actions
workflow, it was obviously forgotten to make
it also run on pull requests, not only when
changes are pushed to branches in the
original repository (not a fork).
  • Loading branch information
phillipj authored Sep 13, 2019
1 parent d820d25 commit 81b0fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Verify changes

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

jobs:
build:
Expand Down

0 comments on commit 81b0fab

Please sign in to comment.