From ee860fe0e55d116e9141b23c1d050580f76f4662 Mon Sep 17 00:00:00 2001 From: Subhanshu Mohan Gupta Date: Mon, 22 Jul 2024 18:04:55 +0530 Subject: [PATCH] devops changes --- .github/workflows/other-branches.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/other-branches.yml b/.github/workflows/other-branches.yml index 2d8859e..40fc468 100644 --- a/.github/workflows/other-branches.yml +++ b/.github/workflows/other-branches.yml @@ -6,6 +6,8 @@ name: Feature/Bugfix/dev/test branch on: push: branches: + - feature-* + - bugfix-* - dev - test pull_request: