Skip to content

Commit 10dd834

Browse files
committed
pages: restore push trigger now that repo is public
1 parent 4916c99 commit 10dd834

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/pages.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
name: pages
22

33
on:
4-
# Pages requires the GitHub Pages site to be enabled on the repo. On
5-
# private repos with the free plan, that needs a paid plan or a
6-
# public-visibility flip. Until then this workflow is manual-only.
4+
push:
5+
branches: [main]
6+
paths:
7+
- "docs/**"
8+
- "mkdocs.yml"
9+
- ".github/workflows/pages.yml"
10+
- "assets/**"
711
workflow_dispatch:
812

913
permissions:

0 commit comments

Comments
 (0)