Skip to content

Commit

Permalink
bruk akkurat samme paths
Browse files Browse the repository at this point in the history
  • Loading branch information
johannbm committed Nov 11, 2024
1 parent 5076ffb commit e575169
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/build-engangsstonad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- 'master'
paths: &paths
paths:
- 'apps/engangsstonad/**'
- 'packages/**'
- 'server/**'
Expand All @@ -15,7 +15,16 @@ on:
- 'docker-bake.hcl'
- 'pnpm-lock.yaml'
pull_request:
paths: *paths
paths:
- 'apps/engangsstonad/**'
- 'packages/**'
- 'server/**'
- '.deploy/engangsstonad/**'
- '.deploy/naiserator.yaml'
- '.github/workflows/build-engangsstonad.yml'
- 'Dockerfile'
- 'docker-bake.hcl'
- 'pnpm-lock.yaml'

jobs:
build-app:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/build-foreldrepengeoversikt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ on:
paths:
- 'apps/foreldrepengeoversikt/**'
- 'packages/**'
- 'server/**'
- '.deploy/foreldrepengeoversikt/**'
- '.deploy/naiserator.yaml'
- '.github/workflows/build-foreldrepengeoversikt.yml'
- 'Dockerfile'
- 'docker-bake.hcl'
- 'pnpm-lock.yaml'

jobs:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/build-foreldrepengesoknad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ on:
paths:
- 'apps/foreldrepengesoknad/**'
- 'packages/**'
- 'server/**'
- '.deploy/foreldrepengesoknad/**'
- '.deploy/naiserator.yaml'
- '.github/workflows/build-foreldrepengesoknad.yml'
- 'Dockerfile'
- 'docker-bake.hcl'
- 'pnpm-lock.yaml'

jobs:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/build-planlegger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ on:
paths:
- 'apps/planlegger/**'
- 'packages/**'
- 'server-uinnlogget/**'
- '.deploy/planlegger/**'
- '.deploy/naiserator.yaml'
- '.github/workflows/build-planlegger.yml'
- 'Dockerfile'
- 'docker-bake.hcl'
- 'pnpm-lock.yaml'

jobs:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/build-svangerskapspengesoknad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ on:
paths:
- 'apps/svangerskapspengesoknad/**'
- 'packages/**'
- 'server/**'
- '.deploy/svangerskapspengesoknad/**'
- '.deploy/naiserator.yaml'
- '.github/workflows/build-svangerskapspengesoknad.yml'
- 'Dockerfile'
- 'docker-bake.hcl'
- 'pnpm-lock.yaml'

jobs:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/build-veiviser-fp-eller-es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ on:
paths:
- 'apps/veiviser-fp-eller-es/**'
- 'packages/**'
- 'server-uinnlogget/**'
- '.deploy/veiviser-fp-eller-es/**'
- '.deploy/naiserator.yaml'
- '.github/workflows/build-veiviser-fp-eller-es.yml'
- 'Dockerfile'
- 'docker-bake.hcl'
- 'pnpm-lock.yaml'

jobs:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/build-veiviser-hva-skjer-nar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ on:
paths:
- 'apps/veiviser-hva-skjer-nar/**'
- 'packages/**'
- 'server-uinnlogget/**'
- '.deploy/veiviser-hva-skjer-nar/**'
- '.deploy/naiserator.yaml'
- '.github/workflows/build-veiviser-hva-skjer-nar.yml'
- 'Dockerfile'
- 'docker-bake.hcl'
- 'pnpm-lock.yaml'

jobs:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/build-veiviser-hvor-mye.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ on:
paths:
- 'apps/veiviser-hvor-mye/**'
- 'packages/**'
- 'server-uinnlogget/**'
- '.deploy/veiviser-hvor-mye/**'
- '.deploy/naiserator.yaml'
- '.github/workflows/build-veiviser-hvor-mye.yml'
- 'Dockerfile'
- 'docker-bake.hcl'
- 'pnpm-lock.yaml'

jobs:
Expand Down

0 comments on commit e575169

Please sign in to comment.