change main to master
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user