From 83aa00fc190516d8e4d508a75ec1fb2e4b2f04ba Mon Sep 17 00:00:00 2001 From: DevTekVE Date: Sat, 30 Aug 2025 12:39:01 +0200 Subject: [PATCH] only care for release tags, not any --- .github/workflows/sunnypilot-build-prebuilt.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sunnypilot-build-prebuilt.yaml b/.github/workflows/sunnypilot-build-prebuilt.yaml index 0a60d8395a..7eab776e91 100644 --- a/.github/workflows/sunnypilot-build-prebuilt.yaml +++ b/.github/workflows/sunnypilot-build-prebuilt.yaml @@ -16,7 +16,7 @@ env: on: push: branches: [ master, master-dev-c3-new ] - tags: [ '*' ] + tags: [ 'release/*' ] pull_request_target: types: [ labeled ] workflow_dispatch: