Skip to content

Merge branch 'w/133.0/bugfix/MK8S-150-wrong-icon-nodes-dashboard' int… #368

Merge branch 'w/133.0/bugfix/MK8S-150-wrong-icon-nodes-dashboard' int…

Merge branch 'w/133.0/bugfix/MK8S-150-wrong-icon-nodes-dashboard' int… #368

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