Skip to content

Commit 39398a5

Browse files
committed
ci(doc): only run on releases
1 parent 9d25836 commit 39398a5

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/documentation.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Documentation
22
on:
3-
push:
4-
branches: [main]
5-
pull_request:
6-
branches: [main]
3+
release:
4+
types: [released]
75

86
permissions:
97
contents: read

0 commit comments

Comments
 (0)