Skip to content

Commit 3c0a824

Browse files
committed
build: target main and staging branches for local-test workflow
1 parent 758552a commit 3c0a824

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/local-test.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@ name: Integration Test
22

33
on:
44
push:
5-
branches: [dev, test-ci]
5+
branches:
6+
- main
7+
- dev
8+
- staging
9+
- test-ci
610
pull_request:
7-
branches: [dev, test-ci]
11+
branches:
12+
- main
13+
- dev
14+
- staging
15+
- test-ci
816

917
env:
1018
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)