diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 91a4a7f..a96eaef 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -1,8 +1,7 @@ name: Build and Deploy Quartz run-name: ${{ gitea.actor }} is building Quartz site -on: - push: - branches: v4 +on: [push] + jobs: build: runs-on: docker