diff --git a/.gitea/workflows/demo.yml b/.gitea/workflows/demo.yml index 37c4f19..bf1dbde 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: + branches: + - molecule-test jobs: Explore-molecule-Gitea-Action: