From 5e305a4663df5479ffaadf132293a2ba82c7c829 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Fri, 28 May 2021 15:05:47 +0200 Subject: [PATCH] Trigger CI on all branches for push --- .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: '*'