File tree Expand file tree Collapse file tree 2 files changed +16
-5
lines changed
Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,15 @@ name: Klass-api build and deploy
22
33on :
44 release :
5- types : [published]
6- push :
7- # branches:
8- # - nais-migration
5+ types : [ published ]
6+ # push:
7+ # branches:
8+ # - nais-migration
9+ # paths:
10+ # - "klass-api/**"
11+ # - "klass-shared/**"
12+ # - ".github/workflows/klass-api-build-and-deploy.yaml"
13+ pull_request :
914 paths :
1015 - " klass-api/**"
1116 - " klass-shared/**"
Original file line number Diff line number Diff line change @@ -3,14 +3,20 @@ name: Klass-forvaltning build and deploy
33on :
44 release :
55 types : [ published ]
6- push :
6+ # push:
77 # branches:
88 # - nais-migration
9+ # paths:
10+ # - "klass-forvaltning/**"
11+ # - "klass-shared/**"
12+ # - ".github/workflows/klass-forvaltning-build-and-deploy.yaml"
13+ pull_request :
914 paths :
1015 - " klass-forvaltning/**"
1116 - " klass-shared/**"
1217 - " .github/workflows/klass-forvaltning-build-and-deploy.yaml"
1318
19+
1420jobs :
1521 docker-build :
1622 name : Docker build
You can’t perform that action at this time.
0 commit comments