From 755a5869d97ac8a32adb63b15ee3698340b72562 Mon Sep 17 00:00:00 2001 From: Arsh Date: Wed, 7 Aug 2024 20:04:04 +0530 Subject: [PATCH] CIF-154 Implement CI/CD for all branches --- .github/workflows/ci_cd.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index ab4284c..9565791 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -4,6 +4,9 @@ on: pull_request: branches: - '**' + push: + branches: + - '**' permissions: contents: read