Skip to content

Commit

Permalink
[release/v0.6] dont run docs GHA on release branches (#2100)
Browse files Browse the repository at this point in the history
dont run docs GHA on release branches

Docs GHA only runs on `main`

Fixes this error https://github.com/envoyproxy/gateway/actions/runs/6673931411/job/18140221080

Signed-off-by: Arko Dasgupta <[email protected]>
Signed-off-by: Arko Dasgupta <[email protected]>
  • Loading branch information
arkodg authored Oct 28, 2023
1 parent 8b11709 commit a77eabc
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,13 +3,11 @@ on:
push:
branches:
- "main"
- "release/v*"
paths-ignore:
- "**/*.png"
pull_request:
branches:
- "main"
- "release/v*"
paths-ignore:
- "**/*.png"

Expand Down

0 comments on commit a77eabc

Please sign in to comment.