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