Skip to content

Commit

Permalink
[release/v1.1] dont run docs workflows on release branches (envoyprox…
Browse files Browse the repository at this point in the history
…y#4755) (envoyproxy#4759)

dont run docs workflows on release branches (envoyproxy#4755)

Docs are based off `main`


(cherry picked from commit f8c7056)

Signed-off-by: Arko Dasgupta <arko@tetrate.io>
  • Loading branch information
arkodg authored Nov 22, 2024
1 parent 006c6ae commit b1b1e8d
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 b1b1e8d

Please sign in to comment.