From 61063e78d50677314e72a471da60feec2bd3b7cf Mon Sep 17 00:00:00 2001 From: Arsh Date: Wed, 7 Aug 2024 20:02:02 +0530 Subject: [PATCH] CIF-154 Implement CI/CD for all branches --- .github/workflows/{dev_ci_cd.yml => ci_cd.yml} | 2 ++ 1 file changed, 2 insertions(+) rename .github/workflows/{dev_ci_cd.yml => ci_cd.yml} (97%) diff --git a/.github/workflows/dev_ci_cd.yml b/.github/workflows/ci_cd.yml similarity index 97% rename from .github/workflows/dev_ci_cd.yml rename to .github/workflows/ci_cd.yml index 6d55444..ab4284c 100644 --- a/.github/workflows/dev_ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -2,6 +2,8 @@ name: Dev CIF API CI/CD on: pull_request: + branches: + - '**' permissions: contents: read