Skip to content

Commit 28463c4

Browse files
Default env to qa
1 parent 8897bbc commit 28463c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
options:
1919
- prod
2020
- qa
21-
default: 'prod'
21+
default: 'qa'
2222

2323
jobs:
2424

.github/workflows/publish-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
options:
1111
- prod
1212
- qa
13-
default: 'prod'
13+
default: 'qa'
1414
home:
1515
description: 'Home (this repository)'
1616
type: boolean

0 commit comments

Comments
 (0)