👷 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 name: Docker Image CI
on: on:
schedule:
- cron: "0 10 * * *"
push: push:
branches:
- "**"
tags:
- "v*.*.*"
pull_request:
branches: branches:
- "main" - "main"
tags:
- "*.*.*"
jobs: jobs:
docker: docker: