Skip to content

Commit 6a1bf1d

Browse files
authored
docs: Trigger the documentation build workflow only on release (#43)
1 parent fa6d956 commit 6a1bf1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.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: [main, master]
4+
release:
5+
types: [published]
66

77
jobs:
88
pages:

0 commit comments

Comments
 (0)