Skip to content

Update README.md

Update README.md #14

name: Production - Deploy Examples
on:
push:
branches:
- main
jobs:
deploy_production:
uses: ./.github/workflows/deploy-examples.yml
with:
environment: Production
isProd: true
secrets: inherit