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