Skip to content

Commit b03d56d

Browse files
recrwplayrenetapopova
authored andcommitted
only publish to prod from main
1 parent a3b82e8 commit b03d56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-generate-html.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99

1010
env:
11-
PUBLISH_TO: ${{ github.ref == 'refs/heads/dev' && 'dev' || 'prod' }}
11+
PUBLISH_TO: ${{ github.ref == 'refs/heads/main' && 'prod' || 'dev' }}
1212

1313
jobs:
1414

0 commit comments

Comments
 (0)