From a282cdcfed041396c8ff9ad1f60b957c56eb9a7f Mon Sep 17 00:00:00 2001 From: jgirardet Date: Mon, 20 Feb 2023 10:57:01 +0100 Subject: [PATCH] limite release to releases ... --- .github/workflows/test_and_build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_and_build.yml b/.github/workflows/test_and_build.yml index aeaca2c..80bc983 100644 --- a/.github/workflows/test_and_build.yml +++ b/.github/workflows/test_and_build.yml @@ -74,6 +74,7 @@ jobs: Create_release: needs: TestAndBuild runs-on: ubuntu-latest + if: startsWith(github.event.ref, 'refs/tags/v') steps: - name: Download artifact binary uses: actions/download-artifact@v2