Skip to content

Commit 6eb8d0f

Browse files
committed
chore: switched to uploading to tag push
1 parent 1443eed commit 6eb8d0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Deploy to GitHub Pages
22

33
on:
44
push:
5-
branches: [ stable ]
5+
tags:
6+
- "*"
67
workflow_dispatch:
78

89
permissions:

0 commit comments

Comments
 (0)