Skip to content

Commit 6e7aa08

Browse files
committed
ExampleSite: Adjust workflow trigger to published releases
1 parent 66b2f80 commit 6e7aa08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/example-site-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ env:
55
GH_PAGES_URL: https://nginxinc.github.io/nginx-hugo-theme
66

77
on:
8-
push:
9-
branches:
10-
- main
8+
release:
9+
types:
10+
- published
1111
workflow_dispatch:
1212

1313
permissions:

0 commit comments

Comments
 (0)