GyDi 2 anni fa
parent
commit
6e19a4ab8b
1 ha cambiato i file con 1 aggiunte e 3 eliminazioni
  1. 1 3
      .github/workflows/ci.yml

+ 1 - 3
.github/workflows/ci.yml

@@ -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