mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 01:31:25 -08:00
update env for PR pipelines
This commit is contained in:
parent
a38caf7b75
commit
c864fdb792
2 changed files with 2 additions and 3 deletions
2
.github/workflows/pr_backend.yml
vendored
2
.github/workflows/pr_backend.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
python-version: ['3.10']
|
||||
environment: Staging
|
||||
environment: PR
|
||||
steps:
|
||||
- name: Checkout source
|
||||
uses: actions/checkout@v4
|
||||
|
|
3
.github/workflows/pr_frontend.yml
vendored
3
.github/workflows/pr_frontend.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue