Skip to content

Commit b5328a4

Browse files
committed
only postsubmit on main
1 parent 98a964f commit b5328a4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/postsubmit.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Postsubmit
22
run-name: Postsubmit run
3-
on: push
3+
on:
4+
push:
5+
branches:
6+
- main
47
jobs:
58
bazel-build-test:
69
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)