Skip to content

Commit 1545c33

Browse files
committed
fixing gh deployment.
1 parent a2b2df8 commit 1545c33

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Deploy to GitHub Pages
22

33
on:
4-
push:
5-
tags:
6-
- '*' # Trigger on any tag push
4+
release:
5+
types: [published] # Trigger when a release is published
76

87
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
98
permissions:

0 commit comments

Comments
 (0)