Skip to content

Commit

Permalink
👷‍♀️ Pull Requests should be checked, too!
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePhD committed Mar 20, 2022
1 parent a562a6a commit b1d51d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macosx.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Mac OSX

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

env:
CTEST_OUTPUT_ON_FAILURE: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Ubuntu

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

env:
CTEST_OUTPUT_ON_FAILURE: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Windows

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

env:
CTEST_OUTPUT_ON_FAILURE: 1
Expand Down

0 comments on commit b1d51d0

Please sign in to comment.