From 8e2a0cca3a36272bdf926a07acf3dc83cc75ea6f Mon Sep 17 00:00:00 2001 From: Vermium Sifell Date: Tue, 1 Nov 2022 18:15:50 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Change=20"on"=20in=20Docker=20wo?= =?UTF-8?q?rkflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-image.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 36aadf5..53a45c2 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -1,16 +1,11 @@ name: Docker Image CI on: - schedule: - - cron: "0 10 * * *" push: - branches: - - "**" - tags: - - "v*.*.*" - pull_request: branches: - "main" + tags: + - "*.*.*" jobs: docker: