Skip to content

Commit 2ba6ebf

Browse files
Fix doc workflow
1 parent f22c379 commit 2ba6ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- "doc/*.md" # Trigger on changes to any markdown file
77
- "flamigo_tools/**/*.py" # Optionally include changes in Python files
88
branches:
9-
- main # Run the workflow only on pushes to the main branch
9+
- master # Run the workflow only on pushes to the master branch
1010
workflow_dispatch:
1111

1212
# security: restrict permissions for CI jobs.

0 commit comments

Comments
 (0)