Skip to content
Prev Previous commit
Next Next commit
force doc deployment to test
  • Loading branch information
malihass committed Jan 15, 2025
commit c4e193e7bbb3db5582f3aab22102b79dab80f2db
5 changes: 5 additions & 0 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: BiRD-deploy-documentation

on:
pull_request:
branches: [ main ]
paths:
- 'docs/**'
- '.github/workflows/build_docs.yml'
push:
branches: [ main ]
paths:
Expand Down
Loading