From 67e22e4339830cfd1924dfbf15e0e60f82850f67 Mon Sep 17 00:00:00 2001 From: Raj Nandan Sharma Date: Wed, 4 Dec 2024 23:49:18 +0530 Subject: [PATCH] docs: fix docs for npm deploy --- .github/workflows/publishImage.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publishImage.yml b/.github/workflows/publishImage.yml index 2bb0a8e8..cc95914b 100644 --- a/.github/workflows/publishImage.yml +++ b/.github/workflows/publishImage.yml @@ -7,7 +7,8 @@ on: tags: - "*.*.*" paths-ignore: - - "*.md" + - docs.md + - README.md jobs: push_to_registry: name: Push Docker image to Docker Hub