Skip to content

Commit

Permalink
Merge pull request #62 from cfpb/add-pr-check
Browse files Browse the repository at this point in the history
Ensure test workflow runs on PRs
  • Loading branch information
willbarton committed Apr 20, 2020
2 parents 43de9a3 + 86a7bcb commit 10bdb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: test

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

jobs:

Expand Down

0 comments on commit 10bdb98

Please sign in to comment.