diff --git a/.gitea/workflows/dev.yml b/.gitea/workflows/dev.yml index a49e0ace..5f15f2d7 100644 --- a/.gitea/workflows/dev.yml +++ b/.gitea/workflows/dev.yml @@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: push: branches: - - [master] # 替换为要监听的分支 + - master # 替换为要监听的分支 jobs: build-and-push: @@ -63,4 +63,4 @@ jobs: context: . file: ${{ steps.dockerfile-path.outputs.dockerfile_path }} tags: ${{ secrets.REGISTRY_URL }}/by2025/${{ matrix.service }}:${{ github.sha }} - push: true \ No newline at end of file + push: true