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

This commit is contained in:
Denys Konovalov 2023-03-18 14:58:36 +01:00
parent 9d57192735
commit 5956c4899c

@ -3,10 +3,15 @@ name: hugo build
on: on:
push: push:
branches: branches:
- master # Set a branch to deploy - master
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs: jobs:
deploy: deploy:
if: github.repository == 'gcg/gcg-website'
runs-on: act-runner-user runs-on: act-runner-user
steps: steps:
- name: clone - name: clone