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:
|
||||
branches:
|
||||
- develop
|
||||
- release/*
|
||||
- hotfix/*
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
@ -4,7 +4,6 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- feature/*
|
||||
- hotfix/*
|
||||
- renovate/*
|
||||
- dependabot/*
|
||||
|
||||
|
|
Loading…
Reference in a new issue