From 4289ac6f18b5f09d7c3f59a73c2129123c0fc059 Mon Sep 17 00:00:00 2001 From: Emanuel Feru Date: Thu, 9 Jun 2022 08:50:33 +0200 Subject: [PATCH] Update build_on_commit.yml --- .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 263e1be..0c8ce4b 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: