|
@@ -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: |
|
|
|
|
- startsWith(github.repository, 'zzzgydi') &&
|
|
|
|
- startsWith(github.ref, 'refs/tags/v')
|
|
|
|
|
|
+ if: startsWith(github.repository, 'zzzgydi')
|
|
steps:
|
|
steps:
|
|
- name: Checkout repository
|
|
- name: Checkout repository
|
|
uses: actions/checkout@v2
|
|
uses: actions/checkout@v2
|