diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 1ef4a41..43ed103 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -1,6 +1,11 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: [push, pull_request, workflow_dispatch] +on: + push: + branches: [main] + pull_request: + branches: [main] + workflow_dispatch: jobs: Explore-Gitea-Actions: