diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index fd64f4f..efee2c4 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -2,7 +2,7 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: push: - branches: [main] + pull_request: branches: [main] workflow_dispatch: