Update test and staging pipelines so that staging applies to release and hotfix branches
This commit is contained in:
parent
3b2da358b3
commit
d94eb1ea7e
2 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,8 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- develop
|
- develop
|
||||||
|
- release/*
|
||||||
|
- hotfix/*
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
@ -4,7 +4,6 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- feature/*
|
- feature/*
|
||||||
- hotfix/*
|
|
||||||
- renovate/*
|
- renovate/*
|
||||||
- dependabot/*
|
- dependabot/*
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue