diff --git a/.gitea/workflows/pullrequest.yaml b/.gitea/workflows/pullrequest.yaml index c9cb1338..365565a3 100644 --- a/.gitea/workflows/pullrequest.yaml +++ b/.gitea/workflows/pullrequest.yaml @@ -2,7 +2,7 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: pull_request: - types: [opened] + types: [synchronize] jobs: testing: