Skip to content

Commit 48d7ca6

Browse files
authored
Merge pull request #698 from voidking/main
2 parents afa2411 + 00c13ce commit 48d7ca6

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/unittest.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@ name: Python application test
22

33
on:
44
workflow_dispatch:
5-
pull_request:
6-
branches:
7-
- 'main'
8-
- 'dev'
9-
- '*-release'
5+
pull_request_target:
106
push:
117
branches:
128
- 'main'
@@ -56,5 +52,3 @@ jobs:
5652
./tests/data/rsp_cache_new.json
5753
retention-days: 3
5854
if: ${{ always() }}
59-
60-

0 commit comments

Comments
 (0)