Skip to content

Add option to select border style #17

Add option to select border style

Add option to select border style #17

Workflow file for this run

name: CI
on:
workflow_call:
push:
branches:
- '**'
- '!main'
- '!develop'
jobs:
image_build:
name: Image build
uses: ./.github/workflows/ci-build-image.yml
if: ${{ github.event_name != 'push' || github.event.pull_request.head.sha != github.sha }}
secrets: inherit