Skip to content

Commit 843455b

Browse files
Only run dokka task on release
1 parent 84990f2 commit 843455b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dokka.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Build Documentation
22

33
on:
4-
push:
5-
branches: [ "**" ]
4+
release:
5+
types: [ created ]
66

77
jobs:
88
deploy:

0 commit comments

Comments
 (0)