summaryrefslogtreecommitdiff
path: root/.github/workflows/ghpages.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ghpages.yml')
-rw-r--r--.github/workflows/ghpages.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ghpages.yml b/.github/workflows/ghpages.yml
index fb025f4..6d9ee3c 100644
--- a/.github/workflows/ghpages.yml
+++ b/.github/workflows/ghpages.yml
@@ -1,8 +1,8 @@
name: Publish to gh-pages
on:
- push:
- branches: [ master ]
+ release:
+ types: [created]
jobs:
build: