Skip to content

Commit 9696929

Browse files
committed
Adds tag-triggered builds for versioning [ci-skip]
1 parent 9f44765 commit 9696929

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
push:
66
# Selected branches
77
branches: [develop, master, docs, patch]
8+
# Runs on creating a new tag starting with 'v', e.g. 'v1.0.3'
9+
tags:
10+
- 'v*'
811
# Allows you to run this workflow manually from the Actions tab
912
workflow_dispatch:
1013

0 commit comments

Comments
 (0)