Github Actions: `test-and-upload.yml` 在PR提交时也会执行。
parent
c68e504e69
commit
c92038be62
|
@ -5,6 +5,9 @@ on:
|
|||
branches:
|
||||
- master
|
||||
- release
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
test-and-upload:
|
||||
|
|
Loading…
Reference in New Issue