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 6d9ee3c..fb025f4 100644
--- a/.github/workflows/ghpages.yml
+++ b/.github/workflows/ghpages.yml
@@ -1,8 +1,8 @@
name: Publish to gh-pages
on:
- release:
- types: [created]
+ push:
+ branches: [ master ]
jobs:
build: