Skip to content
This repository was archived by the owner on Apr 12, 2023. It is now read-only.

Commit ee0a020

Browse files
committed
ikke sjekk på master, sjekk på main
1 parent 6417163 commit ee0a020

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_and_deploy_dev.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ name: Build and deploy to dev
33
on:
44
push:
55
branches:
6-
- 'master'
6+
- 'main'
77
workflow_dispatch:
88
inputs:
99
environment:
1010
description: 'Miljø (støtter q1 og q2)'
1111
required: true
1212
default: 'q2'
1313
bump_patch:
14-
description: 'Skriv "bump" her for å bygge release og øke patchversjon på snapshot. Kun for master branch.'
14+
description: 'Skriv "bump" her for å bygge release og øke patchversjon på snapshot. Kun for main branch.'
1515
required: false
1616
default: ''
1717

@@ -21,7 +21,7 @@ env:
2121
ENVIRONMENT: ${{ github.event.inputs.environment }}
2222
CLUSTER: dev-gcp
2323
NAIS_FILE: .nais/nais.yaml
24-
MAIN_BRANCH: refs/heads/master
24+
MAIN_BRANCH: refs/heads/main
2525

2626
jobs:
2727
calculateVersion:

0 commit comments

Comments
 (0)