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:
repository_dispatch:
workflow_dispatch:
schedule:
- cron: '51 2 * * 0'
push:
branches:
- main
jobs:
images:
strategy: