Skip to content

Commit cf4eb16

Browse files
authored
Update branches-ignore in deploy-docs workflow
Signed-off-by: Ryan Baxter <ryan.baxter@broadcom.com>
1 parent 6a6798b commit cf4eb16

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/deploy-docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: Deploy Docs
22
on:
33
push:
4-
branches-ignore: [ gh-pages ]
4+
branches-ignore:
5+
- gh-pages
6+
- 'release/**'
7+
- '**-internal**'
58
tags: '**'
69
repository_dispatch:
710
types: request-build-reference # legacy

0 commit comments

Comments
 (0)