From cee42411f3325366e4fa1deba398b086ee949fd0 Mon Sep 17 00:00:00 2001 From: Yunkon Kim Date: Wed, 15 Nov 2023 16:41:24 +0900 Subject: [PATCH] Update continuous-delivery.yaml --- .github/workflows/continuous-delivery.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/continuous-delivery.yaml b/.github/workflows/continuous-delivery.yaml index c99fde5..3280b53 100644 --- a/.github/workflows/continuous-delivery.yaml +++ b/.github/workflows/continuous-delivery.yaml @@ -20,6 +20,7 @@ on: # Only trigger on semver shaped tags. - "v*.*.*" paths-ignore: + - '.github/**' - '**.md' - '.all-contributorsrc' - '.gitignore'