From 71e93e97993fcb979dbd916ab83a05fa348398ca Mon Sep 17 00:00:00 2001 From: Peter Siska <63866+peschee@users.noreply.github.com> Date: Fri, 12 Jan 2024 12:12:29 +0100 Subject: [PATCH] chore: deploy previews for changeset release branches as well --- .github/workflows/deploy-preview.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 205a5fe..3455ed5 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -1,13 +1,12 @@ name: Deploy Preview on: - push: - branches-ignore: - - main +# push: +# branches-ignore: +# - main pull_request: branches-ignore: - 'dependabot/**' - - 'changeset-release/**' # https://github.com/orgs/community/discussions/26681 concurrency: