Skip to content

Commit

Permalink
Update main.yml (#55)
Browse files Browse the repository at this point in the history
Make it run on pull requests.
  • Loading branch information
brotherofken authored Mar 10, 2020
1 parent 1b5fbbe commit 2c7e2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: BuildAll

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

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
Expand Down

0 comments on commit 2c7e2ca

Please sign in to comment.