Skip to content

Commit 22ce48c

Browse files
pushes should go to staging
1 parent 4e4c5ca commit 22ce48c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Set url prefix
1818
run: |
19-
if [[ "${{ github.event.release.prerelease }}" == "true" ]]; then
19+
if [[ "${{ github.event_name }}" == "push" || "${{ github.event.release.prerelease }}" == "true" ]]; then
2020
echo "url_prefix=staging-" >> "$GITHUB_ENV"
2121
else
2222
echo "url_prefix=" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)