From 3cee4e68593070c59c1294c0a696a8afa3d6d77f Mon Sep 17 00:00:00 2001 From: DerTyp7 Date: Mon, 9 Oct 2023 15:36:13 +0200 Subject: [PATCH] update trigger --- .github/workflows/deploy.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a442ada..3828ab7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,9 +1,10 @@ name: Deploy to GitHub Pages on Release on: - release: - types: - - created + push: + branches: [ main ] + pull_request: + branches: [ main ] jobs: deploy: