„.gitea/workflows/prod.yaml“ ändern

This commit is contained in:
Denys Konovalov 2023-03-18 16:54:53 +01:00
parent 70ab0be743
commit 133a0a832d

@ -1,11 +1,9 @@
name: website-main
on:
- push:
push:
branches:
- master
- schedule:
- cron: '0 0 * * *'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}