Update test and staging pipelines so that staging applies to release and hotfix branches

This commit is contained in:
Ethan Lane 2025-01-07 17:40:10 +00:00
parent 3b2da358b3
commit d94eb1ea7e
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,8 @@ on:
push:
branches:
- develop
- release/*
- hotfix/*
jobs:
build:

View file

@ -4,7 +4,6 @@ on:
push:
branches:
- feature/*
- hotfix/*
- renovate/*
- dependabot/*