Skip to content

Bump the backend group with 17 updates #585

Bump the backend group with 17 updates

Bump the backend group with 17 updates #585

name: etterlatte-pdl-model
on:
workflow_dispatch: # Allow manually triggered workflow run
push:
branches:
- main
paths:
- libs/etterlatte-pdl-model/**
- gradle/libs.versions.toml
- "!**/test/**"
pull_request:
branches:
- main
paths:
- libs/etterlatte-pdl-model/**
- gradle/libs.versions.toml
jobs:
test:
if: github.event_name == 'pull_request'
uses: ./.github/workflows/.lib-test.yaml
secrets: inherit