From 6379024c12e3c6552e7c8a24a99d6de724fb4823 Mon Sep 17 00:00:00 2001 From: "Paul K. Gerke" Date: Sat, 23 Sep 2023 21:18:27 +0200 Subject: [PATCH] Run deployment pipeline only on release --- .github/workflows/deploy-github-pages.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-github-pages.yml b/.github/workflows/deploy-github-pages.yml index d6e1404..4a33f6d 100644 --- a/.github/workflows/deploy-github-pages.yml +++ b/.github/workflows/deploy-github-pages.yml @@ -2,9 +2,9 @@ name: Deploy main branch to gitub pages on: workflow_dispatch: - push: - branches: - - master + release: + types: + - created jobs: build: