Sikre at manuelle barnetilsynsperioder ikke fjernes om de ikke må i f… #1610
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy feature | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- '**' | |
- '!main' | |
- '!dependabot/**' | |
jobs: | |
build-deploy: | |
name: "Build and deploy to feature" | |
permissions: | |
contents: "read" | |
id-token: "write" | |
uses: navikt/bidrag-workflow/.github/workflows/deploy.yaml@main | |
secrets: inherit | |
with: | |
nais_variabler_filnavn: q1.yaml | |
maven_options: -B -q -fae -Pit |