Skip to content

Merge pull request #22 from DSI-HUG/release-please--branches--main--c… #3

Merge pull request #22 from DSI-HUG/release-please--branches--main--c…

Merge pull request #22 from DSI-HUG/release-please--branches--main--c… #3

name: Test message-box
on:
workflow_dispatch:
push:
branches:
- '**'
- '!release-please--branches--main'
tags-ignore:
- '**'
paths:
- 'projects/message-box/**'
concurrency:
group: ci-test-message-box-group-${{ github.ref }}
cancel-in-progress: true
jobs:
ci_test_message-box:
uses: ./.github/workflows/ci_job.yml
with:
working-directory: projects/message-box
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
node-versions: '[18, 20]'