Add release branch to frontend deploy staging (#1455)

This commit is contained in:
Vim 2022-03-17 20:01:24 -04:00 committed by GitHub
commit e31a4f3b94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 23 deletions

View file

@ -1,7 +1,9 @@
name: Deploy Frontend Staging
on:
pull_request:
branches: [main]
branches:
- main
- '**/release/**'
paths:
- "client/**/*"
env: