From bee02ef66666c067263acb264f53782fea90530d Mon Sep 17 00:00:00 2001 From: Lauren Kaviak Date: Sat, 11 Apr 2026 01:46:50 -0500 Subject: [PATCH] update deployment --- .gitea/workflows/deploy.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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: