We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f44765 commit 9696929Copy full SHA for 9696929
.github/workflows/build-docs.yml
@@ -5,6 +5,9 @@ on:
5
push:
6
# Selected branches
7
branches: [develop, master, docs, patch]
8
+ # Runs on creating a new tag starting with 'v', e.g. 'v1.0.3'
9
+ tags:
10
+ - 'v*'
11
# Allows you to run this workflow manually from the Actions tab
12
workflow_dispatch:
13
0 commit comments