change main to master

This commit is contained in:
2026-02-08 02:36:55 +01:00
parent 379522ef8e
commit 3a44a1c83f

View File

@@ -5,7 +5,7 @@ on:
workflow_dispatch: workflow_dispatch:
push: push:
branches: branches:
- main - master
paths: paths:
- "cars/**" # Only run if archives in cars/ change - "cars/**" # Only run if archives in cars/ change
env: env:
@@ -15,10 +15,10 @@ jobs:
prepare-server-content: prepare-server-content:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout Main Branch (LFS) - name: Checkout Master Branch (LFS)
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
ref: main ref: master
lfs: true lfs: true
fetch-depth: 1 fetch-depth: 1