Skip to content

Commit 7659640

Browse files
Fix: Trigger pages deploy on release published instead of tag push.
1 parent 9c8113f commit 7659640

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: pages
33
on:
44
push:
55
branches: [main]
6-
tags: ["v*"]
6+
release:
7+
types: [published]
78
workflow_dispatch:
89

910
permissions:

0 commit comments

Comments
 (0)