Skip to content

Commit a77eabc

Browse files
authored
[release/v0.6] dont run docs GHA on release branches (#2100)
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 <arko@tetrate.io> Signed-off-by: Arko Dasgupta <arkodg@users.noreply.github.com>
1 parent 8b11709 commit a77eabc

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ on:
33
push:
44
branches:
55
- "main"
6-
- "release/v*"
76
paths-ignore:
87
- "**/*.png"
98
pull_request:
109
branches:
1110
- "main"
12-
- "release/v*"
1311
paths-ignore:
1412
- "**/*.png"
1513

0 commit comments

Comments
 (0)