Skip to content

Commit

Permalink
added pull_request for running a build
Browse files Browse the repository at this point in the history
  • Loading branch information
craig8 committed Dec 2, 2020
1 parent 2402460 commit f57f57b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# and retrieval of cache for quicker setup of test environments.

name: Testing auth marker
on: [push]
on: [push, pull_request]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest-testutils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# and retrieval of cache for quicker setup of test environments.

name: Testing testutils directory
on: [push]
on: [push, pull_request]

jobs:
build:
Expand Down

0 comments on commit f57f57b

Please sign in to comment.