Skip to content
Snippets Groups Projects
Unverified Commit 6e19a4ab authored by GyDi's avatar GyDi
Browse files

chore: ci

parent b156523a
No related branches found
No related tags found
No related merge requests found
...@@ -16,9 +16,7 @@ jobs: ...@@ -16,9 +16,7 @@ jobs:
matrix: matrix:
os: [windows-latest, ubuntu-latest, macos-latest] os: [windows-latest, ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
if: | if: startsWith(github.repository, 'zzzgydi')
startsWith(github.repository, 'zzzgydi') &&
startsWith(github.ref, 'refs/tags/v')
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment