chore: run workflow on a schedule

This commit is contained in:
le0m
2022-11-18 17:42:21 +01:00
parent e6b65155e2
commit 562323faa2
+4 -1
View File
@@ -1,9 +1,12 @@
name: Build, test and publish images
on:
schedule:
# chosen by fair dice roll
- cron: '42 18 * * 3'
push:
branches:
- master
- main
pull_request:
types: [opened, synchronize]