We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c65c815 commit 08accf9Copy full SHA for 08accf9
1 file changed
.github/workflows/deploy.yml
@@ -5,9 +5,10 @@
5
name: Build and publish docs to GitHub Pages
6
7
on:
8
- # Runs on pushes targeting the default branch
+ # Runs on tags only
9
push:
10
- branches: [main]
+ tags:
11
+ - '**'
12
13
# Allows you to run this workflow manually from the Actions tab
14
workflow_dispatch:
0 commit comments