Skip to content

Commit fd584cb

Browse files
committed
enable more prs
1 parent 9016ce6 commit fd584cb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test-pr.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ name: test-pr
33
on:
44
pull_request:
55
branches:
6-
- "main"
6+
- main
7+
push:
8+
branches:
9+
- main
10+
- test-ci**
11+
workflow_dispatch: # Enable workflow to be run manually
712

813
jobs:
914
test:

0 commit comments

Comments
 (0)