diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index c537cc6..ac216fc 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -1,6 +1,11 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: [push] +on: + push: + branches: + - main + - master + workflow_dispatch: jobs: Explore-Gitea-Actions: