Skip to content

Commit a1bfec7

Browse files
committed
adjust ci settings
1 parent f8e83b5 commit a1bfec7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ name: Run Tests
33
on:
44
push:
55
branches:
6-
- main
7-
pull_request:
6+
- '**'
7+
pull_request_target:
8+
branches:
9+
- '**'
810
workflow_dispatch:
911

1012
jobs:

0 commit comments

Comments
 (0)