Skip to content

Commit

Permalink
github: restrict branch-triggers on specific branches
Browse files Browse the repository at this point in the history
In freifunk-gluon#2997 it was pointed out the current branch-trigger matches more
branches than the release-branches. Retrict the match-pattern to only
cover release-branches

Also only trigger builds on the next-branch and not branches prefixed
with this name.

Link: freifunk-gluon#2997 (comment)

Signed-off-by: David Bauer <[email protected]>
  • Loading branch information
blocktrron committed Oct 19, 2023
1 parent f53efd9 commit b590487
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-gluon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on:
push:
branches:
- master
- next*
- v20*
- next
- 'v20[2-9][0-9].[0-9].x'
pull_request:
types: [opened, synchronize, reopened]

Expand Down

0 comments on commit b590487

Please sign in to comment.