Skip to content

Commit 3994925

Browse files
authored
[ci] Run the RBE workflow on PRs and commits to trunk (#12545)
1 parent bfef5af commit 3994925

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci-rbe.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: CI - RBE
22

33
on:
4-
workflow_call:
4+
pull_request:
5+
push:
6+
branches:
7+
- trunk
58
workflow_dispatch:
69

710
jobs:

0 commit comments

Comments
 (0)