This commit is contained in:
parent
61acad1147
commit
a62fc2cbf1
1 changed files with 7 additions and 2 deletions
|
@ -1,5 +1,11 @@
|
|||
name: deploy
|
||||
on: [push, workflow_dispatch]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
schedule:
|
||||
- cron: 0 0 * * 0
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
repo: directus
|
||||
|
@ -11,7 +17,6 @@ jobs:
|
|||
deploy:
|
||||
name: deploy
|
||||
runs-on: docker
|
||||
if: github.ref == 'refs/heads/main'
|
||||
container:
|
||||
image: quay.io/buildah/stable:latest
|
||||
env:
|
||||
|
|
Loading…
Add table
Reference in a new issue