From a06efc08bc01a4a014d916ff1e219a0f17d0c480 Mon Sep 17 00:00:00 2001 From: Jonas Dellinger Date: Thu, 26 May 2022 09:33:55 +0200 Subject: Run build on all branches --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 537729c5..e6a16430 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,9 @@ name: Builder on: push: - branches: [ main ] + branches: [ "*" ] pull_request: - branches: [ main ] + branches: [ "*" ] permissions: contents: read -- cgit v1.2.3