Skip to content

Add submission date to PR search results and update default sor field… #422

Add submission date to PR search results and update default sor field…

Add submission date to PR search results and update default sor field… #422

Workflow file for this run

name: CD
on:
push:
branches:
- main
jobs:
build:
uses: ./.github/workflows/build.yml
secrets: inherit
deploy-test:
uses: ./.github/workflows/deploy.yml
with:
environment: test
secrets: inherit
deploy-prod:
needs: deploy-test
uses: ./.github/workflows/deploy.yml
with:
environment: prod
secrets: inherit