Skip to content

Commit

Permalink
Run GitHub Actions workflow on pull requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz authored and Dead2 committed Oct 24, 2019
1 parent 06c6d1d commit 39f5198
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: CI CMake
on: [push]
on: [push, pull_request]
jobs:
ci-cmake:
name: ${{ matrix.name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/configure.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: CI Configure
on: [push]
on: [push, pull_request]
jobs:
ci-configure:
name: ${{ matrix.name }}
Expand Down

0 comments on commit 39f5198

Please sign in to comment.