From 996bd86f3a46f8f30c0f0ed906f4b39dfaa2a1de Mon Sep 17 00:00:00 2001 From: Firdaus Hakimi Date: Wed, 22 Jan 2025 19:16:35 +0800 Subject: [PATCH] chore: fuck this I'm commiting suicide if it still doesn't work --- .github/workflows/release.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cdb3687..4820c84 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,12 +1,9 @@ name: Build, Tag, and Release Application on: - push: - branches: - - master - pull_request: - branches: - - master + push: + tags: + - 'v*.*.*-*' jobs: build: