build images whenever we merge main

This commit is contained in:
Jörg Thalheim 2022-12-19 14:01:03 +01:00
parent 1b5713dd26
commit 47baf6cfe5

View file

@ -2,8 +2,9 @@ name: "Build"
on: on:
repository_dispatch: repository_dispatch:
workflow_dispatch: workflow_dispatch:
schedule: push:
- cron: '51 2 * * 0' branches:
- main
jobs: jobs:
images: images:
strategy: strategy: