diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 394c807..2c9408f 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -1,6 +1,8 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: [push] + push: + branches: [ "main" ] jobs: Explore-Gitea-Actions: