Skip to content

build(deps): bump tornado from 6.4.1 to 6.4.2 in /docs #53

build(deps): bump tornado from 6.4.1 to 6.4.2 in /docs

build(deps): bump tornado from 6.4.1 to 6.4.2 in /docs #53

Workflow file for this run

name: Post merge
on:
# Push on development branch = PR merge
push:
branches:
- development/*
jobs:
build:
uses: ./.github/workflows/build.yaml
secrets: inherit
publish:
needs:
- build
uses: ./.github/workflows/publish.yaml
secrets: inherit
with:
is_production: false
artifacts-url: ${{ needs.build.outputs.artifact-link }}