We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 350d94b commit a1632c9Copy full SHA for a1632c9
.github/workflows/publish-rc-docs.yml
@@ -2,7 +2,7 @@ name: Publish release candidate docs to GitHub Pages
2
3
on:
4
push:
5
- branches: 'ignore/**'
+ branches: 'release/**'
6
7
jobs:
8
get-release-version:
0 commit comments