Skip to content

Bump the backend group across 1 directory with 18 updates #1052

Bump the backend group across 1 directory with 18 updates

Bump the backend group across 1 directory with 18 updates #1052

name: etterlatte-testdata-behandler
on:
workflow_dispatch:
push:
branches:
- main
paths:
- apps/etterlatte-testdata-behandler/**
- libs/**
- gradle/libs.versions.toml
- "!**/test/**"
pull_request:
branches:
- main
paths:
- apps/etterlatte-testdata-behandler/**
- "!apps/etterlatte-testdata-behandler/.nais/*"
- libs/**
- gradle/libs.versions.toml
permissions:
contents: write
id-token: write
jobs:
test:
if: github.event_name == 'pull_request'
uses: ./.github/workflows/.test.yaml
secrets: inherit
build-and-deploy:
if: github.event_name != 'pull_request'
uses: ./.github/workflows/.build-and-deploy.yaml
secrets: inherit