Skip to content

Commit 08accf9

Browse files
committed
add release
1 parent c65c815 commit 08accf9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
name: Build and publish docs to GitHub Pages
66

77
on:
8-
# Runs on pushes targeting the default branch
8+
# Runs on tags only
99
push:
10-
branches: [main]
10+
tags:
11+
- '**'
1112

1213
# Allows you to run this workflow manually from the Actions tab
1314
workflow_dispatch:

0 commit comments

Comments
 (0)