From 8424e5405a06ff00c713ae85e323abffa7e36dca Mon Sep 17 00:00:00 2001 From: Darryl Walker Date: Mon, 22 Mar 2021 13:31:23 +0000 Subject: [PATCH] v0.5.14 --- .github/workflows/gh-pages.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 9ad7924..e5657a0 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -1,8 +1,8 @@ name: GitHub Pages on: - push: - branches: - - master + release: + types: [published] + jobs: build-and-deploy: runs-on: ubuntu-latest