Skip to content

Commit 82bb95b

Browse files
Only publish documentation on releases (#79)
1 parent e4b6b32 commit 82bb95b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/documentation.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: documentation
22
on:
3-
push:
4-
branches:
5-
- main
3+
release:
4+
types:
5+
- published
6+
workflow_dispatch:
67
permissions:
78
contents: write
89
jobs:

0 commit comments

Comments
 (0)