fixed ok now only deploy when push tag

This commit is contained in:
ThaMunsta
2025-03-16 15:02:46 -04:00
parent 18ae6ea41f
commit bcfbe05a88

View File

@@ -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: