Skip to content

Commit

Permalink
🔨 Updated workflow triggers
Browse files Browse the repository at this point in the history
* The build-docs now gets triggered when .py also changes.
  • Loading branch information
serkor1 committed Jan 14, 2025
1 parent feffa0f commit 4d67b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
workflow_dispatch:
push:
paths: ['docs/**', '.github/workflows/build-docs.yaml']
paths: ['docs/**', '.github/workflows/build-docs.yaml', 'tools/doc-builders/build-yaml.py']
branches-ignore:
- stable
- main
Expand Down

0 comments on commit 4d67b5b

Please sign in to comment.