fixed ok now only deploy when push tag
This commit is contained in:
@@ -1,11 +1,10 @@
|
|||||||
# https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions
|
# https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions
|
||||||
name: Gitea Actions Demo
|
name: Gitea Actions Demo
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||||
on: [ push ]
|
on:
|
||||||
# on:
|
push:
|
||||||
# push:
|
tags:
|
||||||
# tags:
|
- init-stack
|
||||||
# - init-stack
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Create-Stack:
|
Create-Stack:
|
||||||
|
|||||||
Reference in New Issue
Block a user