diff --git a/.github/workflows/gitea-demo.yaml b/.github/workflows/gitea-demo.yaml index 2c336db..69d63d0 100644 --- a/.github/workflows/gitea-demo.yaml +++ b/.github/workflows/gitea-demo.yaml @@ -1,12 +1,9 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: - push: - branches: - - [ main ] pull_request: - branches: - - [ main ] + types: [closed] + branches: [main] jobs: Explore-Gitea-Actions: