Skip to content

Commit 8c132e7

Browse files
committed
ci: only build on PRs
1 parent 052fd18 commit 8c132e7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/bazel-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Bazel CI
2-
on: [push, pull_request]
2+
on: [pull_request]
33

44
jobs:
55
build:

.github/workflows/cmake-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: CMake CI
2-
on: [push, pull_request]
2+
on: [pull_request]
33

44
jobs:
55
build:

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Coverage
2-
on: [push, pull_request]
2+
on: [pull_request]
33

44
jobs:
55
build:

.github/workflows/linting.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Linting
2-
on: [push, pull_request]
2+
on: [pull_request]
33

44
jobs:
55
iwyu:

0 commit comments

Comments
 (0)