Skip to content

Use new dialog components #187

Use new dialog components

Use new dialog components #187

Workflow file for this run

name: Push (other branches)
on:
push:
branches-ignore:
- main
jobs:
build:
name: Build image
uses: ./.github/workflows/build_image.yaml
secrets: inherit
tests:
name: Run tests
uses: ./.github/workflows/run_tests.yaml
needs:
- build