Skip to content

Commit 02eccd2

Browse files
authored
Update deploy.yml
1 parent 3e7b679 commit 02eccd2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22
name: Deploy MkDocs site to GitHub Pages
33

44
# Trigger the workflow when pushing to the "main" branch
5-
on:
5+
on:
66
push:
77
branches:
88
- main
9+
pull_request:
10+
branches:
11+
- main
12+
workflow_dispatch:
913

1014
# Allow the workflow to write to the repository (needed to publish to gh-pages)
1115
permissions:

0 commit comments

Comments
 (0)