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