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