From b5386649705950c86831fddc7e5689f3d45060b0 Mon Sep 17 00:00:00 2001 From: Niko Diamadis Date: Thu, 19 Dec 2024 23:09:06 -0500 Subject: [PATCH] ci: skip workflow for unimportant changes --- .github/workflows/publish_docker.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish_docker.yml b/.github/workflows/publish_docker.yml index 6c4cc84..f5e3e59 100644 --- a/.github/workflows/publish_docker.yml +++ b/.github/workflows/publish_docker.yml @@ -3,7 +3,18 @@ name: Create and publish a Docker image on: workflow_dispatch: push: - branches: ["main"] + branches: + - "main" + paths-ignore: + - '.github/dependabot.yml' + - '.github/FUNDING.yml' + - '.gitignore' + - 'LICENSE' + - '**.md' + - '.editorconfig' + - '.idea/**' + - '.env_template' + - '.yml' # Defines two custom environment variables for the workflow. # These are used for the Container registry domain, and a name for the Docker image that this workflow builds.