Skip to content

Commit b123de2

Browse files
committed
ci: also trigger on master branch
1 parent 322e0e7 commit b123de2

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

.github/workflows/bazel-ci.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Bazel CI
2-
on: [pull_request]
2+
on:
3+
pull_request:
4+
push:
5+
branches:
6+
- master
37

48
jobs:
59
build:

.github/workflows/cmake-ci.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: CMake CI
2-
on: [pull_request]
2+
on:
3+
pull_request:
4+
push:
5+
branches:
6+
- master
37

48
jobs:
59
build:

.github/workflows/coverage.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Coverage
2-
on: [pull_request]
2+
on:
3+
pull_request:
4+
push:
5+
branches:
6+
- master
37

48
jobs:
59
build:

.github/workflows/linting.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Linting
2-
on: [pull_request]
2+
on:
3+
pull_request:
4+
push:
5+
branches:
6+
- master
37

48
jobs:
59
iwyu:

0 commit comments

Comments
 (0)