Skip to content

Commit 8c93d89

Browse files
committed
run test on pull requests targeting the stable branch
1 parent ae378d9 commit 8c93d89

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ on:
44
push:
55
branches: [ "*" ]
66
pull_request:
7-
branches: [ main ]
7+
branches:
8+
- main
9+
- stable
810
workflow_dispatch:
911
schedule:
1012
- cron: '20 7 * * *'

0 commit comments

Comments
 (0)