diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 50f2cd0..f606ff3 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -3,10 +3,7 @@ name: Deploy Quartz site to Pages env: VERSION_FRAGMENT: minor -on: - push: - branches: - - v4 +on: [push] permissions: contents: read @@ -18,7 +15,7 @@ concurrency: jobs: build: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: