👷 Change "on" in Docker workflow

This commit is contained in:
Axel Olausson Holtenäs 2022-11-01 18:15:50 +01:00
parent ef76cf01f6
commit 8e2a0cca3a

View file

@ -1,16 +1,11 @@
name: Docker Image CI
on:
schedule:
- cron: "0 10 * * *"
push:
branches:
- "**"
tags:
- "v*.*.*"
pull_request:
branches:
- "main"
tags:
- "*.*.*"
jobs:
docker: