From 8bc126ff2ccf135b48692dfe63d83a3863d65677 Mon Sep 17 00:00:00 2001 From: Dukk <48651837+DakshG07@users.noreply.github.com> Date: Sun, 3 Sep 2023 12:52:19 -0400 Subject: [PATCH] ci: update action --- .github/workflows/pages.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 36d1f89..81b005e 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -1,10 +1,11 @@ name: Github Pages -# By default, runs if you push to master. keeps your deployed app in sync with master branch. +# Runs whenever we release a new semantically versioned tag. on: push: - branches: - - master + tags: + - 'v[0-9]+.[0-9]+.[0-9]+' + # to only run when you do a new github release, comment out above part and uncomment the below trigger. # on: # release: