Skip to content

Commit 1afed7a

Browse files
Update Actions to trigger build on pull-request (#17)
* Update bazel.yml * Update cmake.yml
1 parent 59aaa7d commit 1afed7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bazel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Bazel build
22

3-
on: [push]
3+
on: [push, pull_request]
44

55
jobs:
66
build:

.github/workflows/cmake.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: CMake build
22

3-
on: [push]
3+
on: [push, pull_request]
44

55
env:
66
BUILD_TYPE: Release

0 commit comments

Comments
 (0)