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:
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