add nightly build

This commit is contained in:
jr-k 2024-08-08 02:49:03 +02:00
parent f6c0965f85
commit 69f8872755

View File

@ -3,10 +3,12 @@ name: Nightly synced with develop, build and push docker images
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
sync-and-build:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/develop'
steps:
- name: Checkout repository
uses: actions/checkout@v2