diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index c3f1559..9b63a41 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -1,7 +1,7 @@ name: 自动部署 on: push: - branches: [ master ] + branches: [master] jobs: deploy: runs-on: ubuntu-latest