From 53a2fa75e3d68db9acde5d0d00f7a849a18c897b Mon Sep 17 00:00:00 2001 From: Donald Kibet Date: Tue, 3 Dec 2024 10:01:02 +0300 Subject: [PATCH] (chore) : run workflows on every merge to main branch (#499) --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d8d4854..6ad05c14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,9 @@ name: KenyaEMR CI on: + push: + branches: [main] pull_request: - types: [closed] branches: [main] release: types: