Skip to content

Commit

Permalink
actions: run build-gluon for all master* branches
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
herbetom committed Sep 24, 2023
1 parent 46b90c1 commit 596cbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-gluon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Gluon
on:
push:
branches:
- master
- master*
- next*
- v20*
pull_request:
Expand Down

0 comments on commit 596cbf5

Please sign in to comment.