Skip to content

Commit

Permalink
dont run docs workflows on release branches (#4755)
Browse files Browse the repository at this point in the history
Docs are based off `main`

Signed-off-by: Arko Dasgupta <[email protected]>
  • Loading branch information
arkodg authored Nov 22, 2024
1 parent 78da42c commit f8c7056
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@ on:
push:
branches:
- "main"
- "release/v*"
paths:
- 'site/**'
- 'tools/make/docs.mk'
pull_request:
branches:
- "main"
- "release/v*"
paths:
- 'site/**'
- 'tools/make/docs.mk'
Expand Down

0 comments on commit f8c7056

Please sign in to comment.