Skip to content

Bump io.micrometer:micrometer-registry-prometheus from 1.13.6 to 1.14.1 in the micrometer group #1436

Bump io.micrometer:micrometer-registry-prometheus from 1.13.6 to 1.14.1 in the micrometer group

Bump io.micrometer:micrometer-registry-prometheus from 1.13.6 to 1.14.1 in the micrometer group #1436

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