From 963e4057388de9ccbb94a903217f2b4b734b6e4a Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Fri, 28 May 2021 15:21:23 +0200 Subject: [PATCH] Backport PR #144: Trigger CI on all branches for `push` events --- .github/workflows/build.yml | 2 +- .github/workflows/buildutils.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 43f3f7ed..42a2e162 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: Build on: push: - branches: [ main ] + branches: '*' pull_request: branches: '*' diff --git a/.github/workflows/buildutils.yml b/.github/workflows/buildutils.yml index 4b1afed2..0ca3a768 100644 --- a/.github/workflows/buildutils.yml +++ b/.github/workflows/buildutils.yml @@ -2,7 +2,7 @@ name: Build Utilities on: push: - branches: [ main ] + branches: '*' pull_request: branches: '*'