From 7fa464b38f958bad9914ece93f8777820af7bb33 Mon Sep 17 00:00:00 2001 From: Walkx Date: Mon, 16 May 2022 15:45:34 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Update=20.github/workflows/docke?= =?UTF-8?q?r.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Thomas Camlong <49837342+ajnart@users.noreply.github.com> --- .github/workflows/docker.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 61f1e5c88..cdc6f3b19 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -5,12 +5,8 @@ on: push: branches: [master] paths-ignore: - - '.github/ISSUE_TEMPLATE/**' - - '.github/pull_request_template.md' - - 'CODE_OF_CONDUCT.md' - - 'CONTRIBUTING.md' - - 'LICENSE' - - 'README.md' + - '.github/**' + - '**.md' tags: - v*