Skip to content

Commit

Permalink
dont run docs workflows on release branches
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 committed Nov 21, 2024
1 parent 78da42c commit 0b2a9aa
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 0b2a9aa

Please sign in to comment.