瀏覽代碼

cicd: Dont build snapshot on tag (#263)

James Read 2 年之前
父節點
當前提交
9476d052b6
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/build-snapshot.yml

+ 1 - 0
.github/workflows/build-snapshot.yml

@@ -8,6 +8,7 @@ on:
 jobs:
   build-snapshot:
     runs-on: ubuntu-latest
+    if: github.ref_type != 'tag'
     steps:
       - name: Checkout
         uses: actions/checkout@v4