From bda605d356694a281b2caa7c8a80b4db01cf2770 Mon Sep 17 00:00:00 2001 From: Piyush Chauhan <42397980+pyshx@users.noreply.github.com> Date: Mon, 7 Aug 2023 12:21:57 +0530 Subject: [PATCH] ci: update ci_web.yml --- .github/workflows/ci_web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_web.yml b/.github/workflows/ci_web.yml index 40c3e3656b..df11da2bf2 100644 --- a/.github/workflows/ci_web.yml +++ b/.github/workflows/ci_web.yml @@ -5,7 +5,7 @@ jobs: ci: name: ci runs-on: ubuntu-latest - if: github.event_name != 'push' || !startsWith(github.event.head_commit.message, 'v') + if: github.event_name != 'push' defaults: run: working-directory: web