diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 093adc4..cb7a06b 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -1,8 +1,6 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: - - push: - - workflow_dispatch: +on: [push] jobs: Explore-Gitea-Actions: