From d8e220f3bf6b95eb1cdbb660bdf2653a50b09e6b Mon Sep 17 00:00:00 2001 From: Matthias Leuffen Date: Thu, 8 Feb 2024 13:23:07 +0100 Subject: [PATCH] udpate --- .github/workflows/testing_build_and_push_to_github.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/testing_build_and_push_to_github.yml b/.github/workflows/testing_build_and_push_to_github.yml index 66fcb16..9b14104 100644 --- a/.github/workflows/testing_build_and_push_to_github.yml +++ b/.github/workflows/testing_build_and_push_to_github.yml @@ -11,6 +11,8 @@ name: UNSTABLE_build_and_push_to_github ## https://securitylab.github.com/research/github-actions-preventing-pwn-requests/ on: push: + tags: + - "[0-9]+.[0-9]+.[0-9]+" branches: - main schedule: @@ -26,6 +28,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build + ## Always push --tags before push run: | tag=$(git tag --contains HEAD) [[ "$tag" == "" ]] && tag='unstable'