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