mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-10-19 06:13:52 -07:00
Add release branch to frontend deploy staging (#1455)
This commit is contained in:
parent
14ad8c2ee4
commit
e31a4f3b94
2 changed files with 25 additions and 23 deletions
4
.github/workflows/deploy_fe_staging.yml
vendored
4
.github/workflows/deploy_fe_staging.yml
vendored
|
@ -1,7 +1,9 @@
|
|||
name: Deploy Frontend Staging
|
||||
on:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches:
|
||||
- main
|
||||
- '**/release/**'
|
||||
paths:
|
||||
- "client/**/*"
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue