Run build on a weekly schedule

This commit is contained in:
bo0tzz
2023-10-12 22:33:26 +02:00
committed by GitHub
parent 86735ad779
commit 2fc1df3493

View File

@@ -1,13 +1,12 @@
name: Build and Push Docker Images
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
release:
types: [published]
schedule:
- cron: '35 20 * * 4'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}