feat: weekly build
All checks were successful
deploy / deploy (push) Successful in 2m55s

This commit is contained in:
ndsboy 2025-03-14 20:49:16 +00:00
parent 61acad1147
commit a62fc2cbf1

View file

@ -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: