Skip to content

Commit 0a779ab

Browse files
committed
ci: also run on master
1 parent c7ef868 commit 0a779ab

4 files changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/bazel-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Bazel CI
22
on:
3+
push:
4+
branches:
5+
- master
36
pull_request:
47
branches:
58
- master

.github/workflows/cmake-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: CMake CI
22
on:
3+
push:
4+
branches:
5+
- master
36
pull_request:
47
branches:
58
- master

.github/workflows/coverage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Coverage
22
on:
3+
push:
4+
branches:
5+
- master
36
pull_request:
47
branches:
58
- master

.github/workflows/linting.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Linting
22
on:
3+
push:
4+
branches:
5+
- master
36
pull_request:
47
branches:
58
- master

0 commit comments

Comments
 (0)