1 parent a2b2df8 commit 1545c33Copy full SHA for 1545c33
1 file changed
.github/workflows/deploy.yml
@@ -1,9 +1,8 @@
1
name: Deploy to GitHub Pages
2
3
on:
4
- push:
5
- tags:
6
- - '*' # Trigger on any tag push
+ release:
+ types: [published] # Trigger when a release is published
7
8
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
9
permissions:
0 commit comments