From bcfbe05a886179f79c8df91114769596477a89cf Mon Sep 17 00:00:00 2001 From: ThaMunsta Date: Sun, 16 Mar 2025 15:02:46 -0400 Subject: [PATCH] fixed ok now only deploy when push tag --- .gitea/workflows/init-stack.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/init-stack.yaml b/.gitea/workflows/init-stack.yaml index 67243a5..d9b269c 100644 --- a/.gitea/workflows/init-stack.yaml +++ b/.gitea/workflows/init-stack.yaml @@ -1,11 +1,10 @@ # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: [ push ] -# on: -# push: -# tags: -# - init-stack +on: + push: + tags: + - init-stack jobs: Create-Stack: