We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e96d940 commit 782de51Copy full SHA for 782de51
1 file changed
.github/workflows/publish-docs.yml
@@ -2,7 +2,8 @@ name: Publish Docs
2
3
on:
4
push:
5
- branches: ["*"]
+ branches:
6
+ - '*'
7
pull_request:
8
branches: [master]
9
types: [opened, synchronize, reopened, closed]
0 commit comments