From 60182e53312b43a52f8dd0c9595b02467f67728c Mon Sep 17 00:00:00 2001 From: Dmitri Smirnov Date: Wed, 11 Aug 2021 00:05:19 -0400 Subject: [PATCH] ci: Enable build action on pull request to any branch Co-authored-by: Dmitry Kalinkin (cherry picked from commit c4317472538e046dc58947bf7d0ea9faa4b2fcc7) --- .github/workflows/ci-build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 971cda9e79f..9eea21ae53a 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -1,8 +1,6 @@ name: CI Build -on: - pull_request: - branches: main +on: [pull_request] jobs: ROOT5: