Skip to content

Commit 9b3cc1e

Browse files
committed
Update ON and stops feature branch deploy trigger for now
1 parent 7e9f586 commit 9b3cc1e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/deploy-mkdocs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Deploy | Deploy MkDocs
33
on:
44
workflow_dispatch:
55
push:
6-
branches:
7-
- ["*"] # <<<<<<<<< Return this to main before merging
6+
branches: ['*'] # <<<<<<<<< Return this to main before merging
87

98
permissions:
109
contents: write

.github/workflows/deploy.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Publish distributions
22

33
on:
44
push:
5-
branches:
6-
- '*'
5+
branches: ['main']
76
tags:
87
- v*
98

0 commit comments

Comments
 (0)