From 714a0acece164bfe42da3b6aa52d0cf561c405b9 Mon Sep 17 00:00:00 2001 From: Debdut Chakraborty Date: Fri, 18 Oct 2024 12:41:54 +0530 Subject: [PATCH] also on development push --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 017289880211..56c2977d9f00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,8 @@ on: push: branches: - develop + paths-ignore: + - '**.md' concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}