From 386c5566503b241a72c4e8a2641bad762da3b2c6 Mon Sep 17 00:00:00 2001 From: Guz013 <43732358+Guz013@users.noreply.github.com> Date: Fri, 7 Jul 2023 15:35:52 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20(hopefully)=20workflow=20?= =?UTF-8?q?triggers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/checks.yml | 4 ++++ .github/workflows/deploy-preview.yml | 6 +++++- .github/workflows/release-preview.yml | 3 +-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 61573d4..5fb796b 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -7,6 +7,10 @@ on: - main - changeset-release/main pull_request: + branches: + - dev + - main + - changeset-release/main types: - opened - synchronize diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index f3673ef..0dc73eb 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -3,8 +3,12 @@ name: ▲ Deploy preview on: push: branches: - - changeset-release/main + - dev pull_request: + branches: + - dev + - main + - changeset-release/main types: - opened - synchronize diff --git a/.github/workflows/release-preview.yml b/.github/workflows/release-preview.yml index 7e613fe..a10e81f 100644 --- a/.github/workflows/release-preview.yml +++ b/.github/workflows/release-preview.yml @@ -4,11 +4,10 @@ on: workflow_run: workflows: - 🧪 Code checking - - 🦋 Release branch types: - completed branches: - - changeset-release/main + - dev jobs: release: