Skip to content

Commit fde6029

Browse files
authored
add: ci check when pull request into dev branch
1 parent 527ca13 commit fde6029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/IntegrationTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
push:
88
branches: [ "main", "dev" ]
99
pull_request:
10-
branches: [ "main" ]
10+
branches: [ "main", "dev" ]
1111
workflow_dispatch:
1212

1313

0 commit comments

Comments
 (0)