We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e9f586 commit 9b3cc1eCopy full SHA for 9b3cc1e
.github/workflows/deploy-mkdocs.yml
@@ -3,8 +3,7 @@ name: Deploy | Deploy MkDocs
3
on:
4
workflow_dispatch:
5
push:
6
- branches:
7
- - ["*"] # <<<<<<<<< Return this to main before merging
+ branches: ['*'] # <<<<<<<<< Return this to main before merging
8
9
permissions:
10
contents: write
.github/workflows/deploy.yaml
@@ -2,8 +2,7 @@ name: Publish distributions
2
- - '*'
+ branches: ['main']
tags:
- v*
0 commit comments