Skip to content

Commit 2b03366

Browse files
committed
Triggers only on GitHub releases or manual dispatch
1 parent cff6300 commit 2b03366

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Deploy MkDocs to GitHub Pages
22

33
on:
4-
push:
5-
branches:
6-
- main
4+
release:
5+
types: [published]
76
workflow_dispatch:
87

98
jobs:

0 commit comments

Comments
 (0)