Github Actions: `test-and-upload.yml` 在PR提交时也会执行。

pull/377/head
王良 2024-10-18 09:39:53 +08:00
parent c68e504e69
commit c92038be62
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ on:
branches:
- master
- release
pull_request:
branches:
- master
jobs:
test-and-upload: