mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
ci: restrict Pages deployment to master
This commit is contained in:
3
.github/workflows/docs-pages.yml
vendored
3
.github/workflows/docs-pages.yml
vendored
@@ -2,8 +2,7 @@ name: Deploy documentation
|
||||
|
||||
on:
|
||||
push:
|
||||
# Keep this branch only for the pre-merge deployment validation run.
|
||||
branches: [master, worktree/docs-pages-deploy]
|
||||
branches: [master]
|
||||
paths:
|
||||
- '.github/workflows/docs-pages.yml'
|
||||
- 'docs/**'
|
||||
|
||||
Reference in New Issue
Block a user