Skip to content

Commit

Permalink
Update Actions to trigger build on pull-request (#17)
Browse files Browse the repository at this point in the history
* Update bazel.yml

* Update cmake.yml
  • Loading branch information
improbable-til authored Jan 7, 2022
1 parent 59aaa7d commit 1afed7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Bazel build

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

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CMake build

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

env:
BUILD_TYPE: Release
Expand Down

0 comments on commit 1afed7a

Please sign in to comment.