Skip to content

Commit abf13fa

Browse files
committed
only on pushes to/against master
1 parent c7bc446 commit abf13fa

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/presubmit.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
on:
2-
push: ~
3-
pull_request: ~
4-
workflow_dispatch: ~
2+
push:
3+
branches: [master]
4+
pull_request:
5+
branches: [master]
6+
workflow_dispatch:
57

68
# NOTE: To avoid listing the same things for build_flags/test_flags for each
79
# of these tasks, they are listed in the .bazelrc instead.

0 commit comments

Comments
 (0)