Ikke bry oss om hva som er i hendelsen da vi uansett ikke bruker det … #628
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: etterlatte-pdl-model | |
on: | |
workflow_dispatch: # Allow manually triggered workflow run | |
push: | |
branches: | |
- main | |
paths: | |
- libs/etterlatte-pdl-model/** | |
- gradle/libs.versions.toml | |
- "!**/test/**" | |
pull_request: | |
branches: | |
- main | |
paths: | |
- libs/etterlatte-pdl-model/** | |
- gradle/libs.versions.toml | |
jobs: | |
test: | |
if: github.event_name == 'pull_request' | |
uses: ./.github/workflows/.lib-test.yaml | |
secrets: inherit |