Skip to content

Commit 91baa9c

Browse files
committed
add develop as a workflow trigger branch for tests
1 parent 4099dd6 commit 91baa9c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ on:
88
push:
99
branches:
1010
- main
11+
- develop
1112
pull_request:
1213
branches:
1314
- main
15+
- develop
1416
workflow_dispatch:
1517

1618
jobs:

0 commit comments

Comments
 (0)