From 596cbf57288500aade04db3a2b45bfd27681a913 Mon Sep 17 00:00:00 2001 From: Tom Herbers Date: Sun, 24 Sep 2023 16:14:03 +0200 Subject: [PATCH] actions: run build-gluon for all master* branches This means the build-gluon workflow will also run automatically for master-updates branches. This allows getting a workflow run inside the own fork on GitHub without having to patch this, opening a PR towards the own Repo or the upstream repo and eating into the limited concurrent worker limit there. --- .github/workflows/build-gluon.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-gluon.yml b/.github/workflows/build-gluon.yml index d30019208e..f16364b77a 100644 --- a/.github/workflows/build-gluon.yml +++ b/.github/workflows/build-gluon.yml @@ -2,7 +2,7 @@ name: Build Gluon on: push: branches: - - master + - master* - next* - v20* pull_request: