Skip to content

Commit

Permalink
legg til trigger på PR events
Browse files Browse the repository at this point in the history
  • Loading branch information
johannbm committed Nov 11, 2024
1 parent 2f1dd68 commit c297df0
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-engangsstonad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ on:
- 'Dockerfile'
- 'docker-bake.hcl'
- 'pnpm-lock.yaml'
pull_request:
paths:
- 'apps/engangsstonad/**'
- 'packages/**'
- 'pnpm-lock.yaml'

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

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

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

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

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

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

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

jobs:
build-app:
Expand Down

0 comments on commit c297df0

Please sign in to comment.