From 85d50eba1029b4d92743604c328e5ad77e1b2dd2 Mon Sep 17 00:00:00 2001 From: Parsa Bahraminejad <149900742+prsabahrami@users.noreply.github.com> Date: Sat, 3 Aug 2024 11:06:13 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e75838..a715d0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,12 @@ name: CI on: - pull_request: merge_group: + pull_request: + push: + branches: + - main + - selfexec_support + # Automatically stop old builds on the same branch/PR concurrency: