Skip to content

Commit

Permalink
Fiksar byggejobb for tjenestespesifikasjoner
Browse files Browse the repository at this point in the history
  • Loading branch information
madsop-nav committed Sep 16, 2024
1 parent 873edf5 commit eb2e927
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/build-tjenestespesifikasjoner.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
name: CI
name: bygg-tjenestespesifikasjoner

on:
workflow_dispatch: # Allow manually triggered workflow run
push:
branches:
- *
- '**'
paths:
- tjenestespesifikasjoner/
- tjenestespesifikasjoner/**
pull_request:
branches:
- main
paths:
- tjenestespesifikasjoner/**

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit eb2e927

Please sign in to comment.