chore: ci

This commit is contained in:
GyDi 2022-11-24 10:41:03 +08:00
parent b156523a7f
commit 6e19a4ab8b
No known key found for this signature in database
GPG Key ID: 9C3AD40F1F99880A

View File

@ -16,9 +16,7 @@ jobs:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
if: |
startsWith(github.repository, 'zzzgydi') &&
startsWith(github.ref, 'refs/tags/v')
if: startsWith(github.repository, 'zzzgydi')
steps:
- name: Checkout repository
uses: actions/checkout@v2