„.gitea/workflows/prod.yaml“ ändern
This commit is contained in:
parent
9d57192735
commit
5956c4899c
@ -3,10 +3,15 @@ name: hugo build
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master # Set a branch to deploy
|
||||
- master
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
if: github.repository == 'gcg/gcg-website'
|
||||
runs-on: act-runner-user
|
||||
steps:
|
||||
- name: clone
|
||||
|
Loading…
x
Reference in New Issue
Block a user