From 3a44a1c83faf2a8bf6a40293eb0efc47a62d812b Mon Sep 17 00:00:00 2001 From: danipatko Date: Sun, 8 Feb 2026 02:36:55 +0100 Subject: [PATCH] change main to master --- .gitea/workflows/deploy-server.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy-server.yaml b/.gitea/workflows/deploy-server.yaml index 35654b0..278425d 100644 --- a/.gitea/workflows/deploy-server.yaml +++ b/.gitea/workflows/deploy-server.yaml @@ -5,7 +5,7 @@ on: workflow_dispatch: push: branches: - - main + - master paths: - "cars/**" # Only run if archives in cars/ change env: @@ -15,10 +15,10 @@ jobs: prepare-server-content: runs-on: ubuntu-latest steps: - - name: Checkout Main Branch (LFS) + - name: Checkout Master Branch (LFS) uses: actions/checkout@v4 with: - ref: main + ref: master lfs: true fetch-depth: 1