Skip to content

Commit 7357812

Browse files
committed
Polish "Only include production branches for docs deployment"
See gh-32434
1 parent 30087e1 commit 7357812

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy-docs.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name: Deploy Docs
22
on:
33
push:
4-
branches-ignore:
5-
- 'gh-pages'
64
branches:
75
- 'main'
86
- '*.x'
7+
- '!gh-pages'
98
tags:
109
- 'v*'
1110
repository_dispatch:

0 commit comments

Comments
 (0)