From e352c3e889bd551018c3dba753f84303dc2b2831 Mon Sep 17 00:00:00 2001 From: justanwar <42809091+justanwar@users.noreply.github.com> Date: Wed, 4 Dec 2024 13:26:16 +0800 Subject: [PATCH] Revert previous commit --- .github/workflows/ci-dockerfile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-dockerfile.yml b/.github/workflows/ci-dockerfile.yml index af8fcb3..129ec90 100644 --- a/.github/workflows/ci-dockerfile.yml +++ b/.github/workflows/ci-dockerfile.yml @@ -3,12 +3,12 @@ name: ci-dockerfile on: push: paths-ignore: - - '**.md' + - '**/README.md' branches: - '**' pull_request: paths-ignore: - - '**.md' + - '**/README.md' branches: - master