mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-30 00:21:41 -07:00
Add build status badges to client README (#799)
* Add build status badges to client README * Update GHA names
This commit is contained in:
parent
54d07bddc8
commit
29d5b52f84
3 changed files with 5 additions and 2 deletions
2
.github/workflows/deploy_main.yml
vendored
2
.github/workflows/deploy_main.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
|
||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
|
||||
|
||||
name: Deploy of main (AWS CDN)
|
||||
name: Deploy prod
|
||||
on:
|
||||
pull_request:
|
||||
types: [closed]
|
||||
|
|
2
.github/workflows/deploy_staging.yml
vendored
2
.github/workflows/deploy_staging.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
|
||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
|
||||
|
||||
name: Deploy to staging (GH & S3)
|
||||
name: Deploy stage
|
||||
on:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[](https://github.com/usds/justice40-tool/actions/workflows/deploy_staging.yml)
|
||||
[](https://github.com/usds/justice40-tool/actions/workflows/deploy_main.yml)
|
||||
|
||||
# Justice40 Client
|
||||
|
||||
This README contains the following content:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue