Skip to content

Commit 307e5b8

Browse files
committed
change target branch
1 parent 398c28d commit 307e5b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: ci
22
on:
33
push:
4-
branches: [ main ]
4+
branches: [ master ]
55
pull_request:
6-
branches: [ main ]
6+
branches: [ master ]
77
jobs:
88
ci:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
1212
- uses: bazelbuild/setup-bazelisk@v2
1313
- run: bazel build //...
14-
- run: bazel test //...
14+
- run: bazel test //...

0 commit comments

Comments
 (0)