Skip to content

Merge tag '129.0.0-beta.2' into feature/merge-129.0.0-beta.2-tag #65

Merge tag '129.0.0-beta.2' into feature/merge-129.0.0-beta.2-tag

Merge tag '129.0.0-beta.2' into feature/merge-129.0.0-beta.2-tag #65

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 }}