Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit f3e3e8a

Browse files
Only publish documentation on releases (#62)
1 parent 2944111 commit f3e3e8a

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)