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

This commit is contained in:
Denys Konovalov 2023-03-18 16:54:21 +01:00
parent 60b26f1a32
commit 70ab0be743

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