Skip to content

Commit 3bca9b6

Browse files
committed
Only stagging in branch dev
1 parent 82926e8 commit 3bca9b6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@ name: Build and Test
22

33
on:
44
pull_request:
5+
branches:
6+
- dev
57
workflow_dispatch:
68
branches:
7-
- main
9+
- dev
10+
push:
11+
branches:
12+
- dev
813

914
concurrency:
1015
group: ${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)