Skip to content
Snippets Groups Projects
Commit b5904874 authored by David Bauer's avatar David Bauer
Browse files

github: restrict branch-triggers on specific branches

In #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: https://github.com/freifunk-gluon/gluon/pull/2997#issuecomment-1771076385



Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
parent f53efd9e
No related branches found
No related tags found
No related merge requests found
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment