From 030b30a29dc05cf3eb9b5bc53062c9864ca3a45c Mon Sep 17 00:00:00 2001 From: justanwar <42809091+justanwar@users.noreply.github.com> Date: Wed, 4 Dec 2024 13:18:51 +0800 Subject: [PATCH] Don't run CI when readme is modified --- .github/workflows/ci-dockerfile.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-dockerfile.yml b/.github/workflows/ci-dockerfile.yml index 1edf72f..129ec90 100644 --- a/.github/workflows/ci-dockerfile.yml +++ b/.github/workflows/ci-dockerfile.yml @@ -2,11 +2,15 @@ name: ci-dockerfile on: push: + paths-ignore: + - '**/README.md' branches: - - '**' + - '**' pull_request: + paths-ignore: + - '**/README.md' branches: - - master + - master jobs: build: