summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2021-01-28 12:15:13 +0000
committerMatthew Peveler <matt.peveler@gmail.com>2021-01-28 12:15:13 +0000
commitc65fc6f23ffb00586849fefc4de58283bf4260ae (patch)
tree3398a470d88b2abda9aca7ecd6c9601190109461
parent4150506d74494d00be0e9224ca6145b94b3418e6 (diff)
downloadasciidoc-py3-c65fc6f23ffb00586849fefc4de58283bf4260ae.tar.gz
only publish to gh-pages on releases
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
-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: