Skip to content

Commit

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

Signed-off-by: Arko Dasgupta <[email protected]>
(cherry picked from commit f8c7056)
Signed-off-by: Arko Dasgupta <[email protected]>
  • Loading branch information
arkodg committed Nov 22, 2024
1 parent 8157937 commit ac57839
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 ac57839

Please sign in to comment.