Skip to content

Commit 6b74b5c

Browse files
authored
Merge pull request #348 from kubilus1/docrelease
Only on release
2 parents 15770a6 + 64b083d commit 6b74b5c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build-gh-pages.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ on:
44
# Runs on pushes targeting the default branch
55
push:
66
branches: ["main"]
7-
tags:
8-
- '*'
7+
# tags:
8+
# - '*'
9+
release:
10+
types:
11+
- released
912

1013
# Allows you to run this workflow manually from the Actions tab
1114
workflow_dispatch:

0 commit comments

Comments
 (0)