We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22c379 commit 2ba6ebfCopy full SHA for 2ba6ebf
.github/workflows/build_docs.yaml
@@ -6,7 +6,7 @@ on:
6
- "doc/*.md" # Trigger on changes to any markdown file
7
- "flamigo_tools/**/*.py" # Optionally include changes in Python files
8
branches:
9
- - main # Run the workflow only on pushes to the main branch
+ - master # Run the workflow only on pushes to the master branch
10
workflow_dispatch:
11
12
# security: restrict permissions for CI jobs.
0 commit comments