Skip to content

Bump the backend group with 34 updates #23

Bump the backend group with 34 updates

Bump the backend group with 34 updates #23

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