update env for PR pipelines

This commit is contained in:
ericiwamoto 2024-12-05 09:30:24 -08:00 committed by Carlos Felix
parent a38caf7b75
commit c864fdb792
2 changed files with 2 additions and 3 deletions

View file

@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
python-version: ['3.10']
environment: Staging
environment: PR
steps:
- name: Checkout source
uses: actions/checkout@v4

View file

@ -1,13 +1,12 @@
name: Pull Request Frontend
on:
push:
branches: [main]
paths:
- "client/**/*"
jobs:
build:
runs-on: ubuntu-latest
environment: Staging
environment: PR
defaults:
run:
working-directory: client