From 9aa2dcf72566edcf7c1de5ff761ab5e74880563a Mon Sep 17 00:00:00 2001 From: Candas1 Date: Tue, 8 Mar 2022 09:37:18 +0100 Subject: [PATCH] Trying compile on commit for all branches --- .github/workflows/build_on_commit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_on_commit.yml b/.github/workflows/build_on_commit.yml index 8434f9f..f2dfefd 100644 --- a/.github/workflows/build_on_commit.yml +++ b/.github/workflows/build_on_commit.yml @@ -2,9 +2,9 @@ name: Build on: push: - branches: [ master ] + branches: [ * ] pull_request: - branches: [ master ] + branches: [ * ] jobs: build: