Skip to content

Commit 89fd04c

Browse files
authored
build(deploy): update gh-pages deploy workflow to skip pre-releases (#1977)
1 parent cf2ee6c commit 89fd04c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gh-pages-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ permissions:
1212

1313
jobs:
1414
deploy:
15+
if: "!contains(github.ref, '-alpha.') && !contains(github.ref, '-beta.') && !contains(github.ref, '-rc.')"
1516
environment:
1617
name: github-pages
1718
url: ${{ steps.build-publish.outputs.page_url }}

0 commit comments

Comments
 (0)