„.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 name: website-main
on: on:
- push: push:
branches: branches:
- master - master
- schedule:
- cron: '0 0 * * *'
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}