Skip to content

Commit

Permalink
Ensure test workflow runs on PRs
Browse files Browse the repository at this point in the history
This small change ensures that the unit test GitHub action workflow for this repo runs on pull requests.
  • Loading branch information
willbarton committed Apr 20, 2020
1 parent 4570e85 commit 86a7bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
@@ -1,6 +1,6 @@
name: test

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

jobs:

Expand Down

0 comments on commit 86a7bcb

Please sign in to comment.