Sync dev with master #271

Merged
GCG.Admin (Automatisiert) merged 6 commits from master into dev 2024-07-07 11:21:31 +02:00
Showing only changes of commit f12778bd8a - Show all commits

@ -12,6 +12,7 @@ defaults:
jobs:
prod-build:
name: Produktivumgebung
if: gitea.repository == 'gcg/gcg-website'
runs-on: act-runner-user
steps:
@ -35,6 +36,7 @@ jobs:
chat_id: ${{ secrets.TG_CHAT_ID }}
token: ${{ secrets.TG_TOKEN }}
test-build:
name: Testumgebung
if: gitea.repository == 'gcg/gcg-website'
runs-on: act-runner-user
steps: