diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index d59bcbc..b7c232b 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -1,7 +1,11 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions -on: [push] - +on: + push: + branches: + - main + - master + - dev # 添加你的分支 jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest