Skip to content

Commit 6030993

Browse files
committed
Deploy to CDN on correct ref
1 parent 83f309b commit 6030993

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/main-v3.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
with:
6565
name: app-dist
6666
- name: Upload to CDN dev path
67-
if: github.ref == 'refs/heads/dev'
6867
uses: nais/deploy/actions/cdn-upload/v2@master
6968
with:
7069
team: personoversikt
@@ -88,7 +87,6 @@ jobs:
8887
with:
8988
name: app-dist
9089
- name: Upload to CDN prod path
91-
if: github.ref == 'refs/heads/master'
9290
uses: nais/deploy/actions/cdn-upload/v2@master
9391
with:
9492
team: personoversikt

0 commit comments

Comments
 (0)