switch master branch to main
All checks were successful
Website Prod/Test / Produktivumgebung (push) Successful in 19s
Website Prod/Test / Testumgebung (push) Successful in 9s

This commit is contained in:
2024-07-07 12:12:05 +02:00
parent e577849978
commit 8c4157e768
3 changed files with 6 additions and 6 deletions

View File

@ -2,13 +2,13 @@ name: Website Prod/Test
on:
push:
branches: [master]
branches: [main]
schedule:
- cron: '@daily'
defaults:
run:
working-directory: /opt/runner/workdir/gcg-website-master
working-directory: /opt/runner/workdir/gcg-website-main
jobs:
prod-build:
@ -19,7 +19,7 @@ jobs:
- name: Pull
run: |
git fetch --all
git reset --hard origin/master
git reset --hard origin/main
- name: Build
run: |
rm -rf public
@ -43,7 +43,7 @@ jobs:
- name: Pull
run: |
git fetch --all
git reset --hard origin/master
git reset --hard origin/main
- name: Build
run: |
rm -rf test