We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a964f commit b5328a4Copy full SHA for b5328a4
1 file changed
.github/workflows/postsubmit.yml
@@ -1,6 +1,9 @@
1
name: Postsubmit
2
run-name: Postsubmit run
3
-on: push
+on:
4
+ push:
5
+ branches:
6
+ - main
7
jobs:
8
bazel-build-test:
9
runs-on: ubuntu-latest
0 commit comments