Skip to content

v7.1.0

v7.1.0 #25

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: deploy - production
on:
push:
branches:
- main
workflow_dispatch:
release:
types:
- released
- prereleased
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/deploy.yml
secrets: inherit
with:
namespace: production