Skip to content

Commit c721967

Browse files
cicd for 3.x dev branches (#1127)
* enable tests for 3.x main dev branch * allow manually triggering of tests on any branch.
1 parent 62e53c2 commit c721967

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ on:
44
pull_request:
55
branches:
66
- main
7+
- main-3.0-dev
78
push:
89
branches:
910
- main
11+
- main-3.0-dev
12+
workflow_dispatch:
1013

1114
jobs:
1215
lint:

0 commit comments

Comments
 (0)