Skip to content

Bump the node-server group across 1 directory with 5 updates #2078

Bump the node-server group across 1 directory with 5 updates

Bump the node-server group across 1 directory with 5 updates #2078

name: barnepensjon-ui
on:
workflow_dispatch: # Allow manually triggered workflow run
inputs:
deploy-prod:
description: 'Deploy til produksjon'
required: false
default: 'false'
type: choice
options:
- true
- false
push:
branches:
- main
paths:
- apps/etterlatte-node-server/**
- apps/barnepensjon-ui/**
- '!apps/etterlatte-node-server/src/mock/**'
- '!apps/etterlatte-node-server/README.md'
pull_request:
branches:
- main
paths:
- apps/etterlatte-node-server/**
- apps/barnepensjon-ui/**
- '!apps/etterlatte-node-server/src/mock/**'
- '!apps/etterlatte-node-server/README.md'
permissions:
contents: write
id-token: write
jobs:
test:
if: github.event_name == 'pull_request'
uses: ./.github/workflows/.test-frontend.yaml
secrets: inherit
build_and_deploy:
if: github.event_name != 'pull_request'
uses: ./.github/workflows/.build-and-deploy-frontend.yaml
secrets: inherit