Skip to content

Commit 76e433a

Browse files
committed
Endre master til main i workflow
1 parent e1cc81a commit 76e433a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/deploy-dev-gcp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_dispatch:
44
push:
55
branches:
6-
- master
6+
- main
77
env:
88
CI: true
99
TZ: Europe/Amsterdam

.github/workflows/deploy-prod-gcp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_dispatch:
44
push:
55
branches:
6-
- master
6+
- main
77
env:
88
CI: true
99
TZ: Europe/Amsterdam

.github/workflows/poao-frontend-container-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: paoa frontend container dev
33
on:
44
push:
55
branches:
6-
- "master"
6+
- "main"
77
paths:
88
- ".github/workflows/poao-frontend-container-dev.yaml"
99
- ".nais/obo-nais-dev.yaml"

.github/workflows/poao-frontend-container-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: paoa frontend container prod
33
on:
44
push:
55
branches:
6-
- "master"
6+
- "main"
77
paths:
88
- ".github/workflows/poao-frontend-container-prod.yaml"
99
- ".nais/obo-nais-prod.yaml"

.github/workflows/update-github-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_dispatch:
44
push:
55
branches:
6-
- master
6+
- main
77

88
env:
99
CI: true

0 commit comments

Comments
 (0)