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: strategy:
matrix: matrix:
python-version: ['3.10'] python-version: ['3.10']
environment: Staging environment: PR
steps: steps:
- name: Checkout source - name: Checkout source
uses: actions/checkout@v4 uses: actions/checkout@v4

View file

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