diff --git a/.gitea/workflows/demo.yml b/.gitea/workflows/demo.yml index 37c4f19..d610166 100644 --- a/.gitea/workflows/demo.yml +++ b/.gitea/workflows/demo.yml @@ -1,6 +1,9 @@ name: Gitea Actions - molecule test work run-name: ${{ gitea.actor }} is running molecule test work -on: [push] +on: + push: + tags: + - 'molecule-test' jobs: Explore-molecule-Gitea-Action: