„.gitea/workflows/prod.yaml“ ändern
This commit is contained in:
parent
6ed84e4632
commit
8df56e37b8
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user