We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26cab06 + 7357812 commit 35e8ae2Copy full SHA for 35e8ae2
1 file changed
.github/workflows/deploy-docs.yml
@@ -1,11 +1,10 @@
1
name: Deploy Docs
2
on:
3
push:
4
- branches-ignore:
5
- - 'gh-pages'
6
branches:
7
- 'main'
8
- '*.x'
+ - '!gh-pages'
9
tags:
10
- 'v*'
11
repository_dispatch:
0 commit comments