Skip to content

Commit ff825c8

Browse files
authored
SSG only on full releases, not on prereleases
1 parent 95602a9 commit ff825c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ssg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- 'lib/**'
99
# Update the download link on the website
1010
release:
11-
types: [ released, published ]
11+
types: [ released ]
1212

1313
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1414
permissions:

0 commit comments

Comments
 (0)