Skip to content

Commit 5e95647

Browse files
committed
- adjusted documentation generation to trigger only on pushes to main
1 parent fac7137 commit 5e95647

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/generateDocumentation.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Generate Documentation
22

33
on:
44
push:
5+
branches:
6+
- main
57
workflow_dispatch:
68

79
permissions:

0 commit comments

Comments
 (0)