From 4ccf42ee530ba936143b1283e032b09fde99e442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Duy=20Ph=E1=BA=A1m?= Date: Tue, 21 Oct 2025 16:26:51 +0700 Subject: [PATCH] Release snapshot on merging to staging --- .github/workflows/BuildTestSnapshot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/BuildTestSnapshot.yml b/.github/workflows/BuildTestSnapshot.yml index 4c0e08d..0f458c5 100644 --- a/.github/workflows/BuildTestSnapshot.yml +++ b/.github/workflows/BuildTestSnapshot.yml @@ -114,7 +114,7 @@ jobs: needs.detect-changes.outputs.lib-changed == 'true' && ((github.event_name == 'push' && startsWith(github.ref, 'refs/heads/epic/')) || (github.event_name == 'pull_request' && github.event.action == 'closed' && - github.event.pull_request.merged == true && startsWith(github.base_ref, 'epic/'))) + github.event.pull_request.merged == true && startsWith(github.base_ref, 'staging'))) runs-on: ubuntu-latest steps: - name: Checkout code @@ -161,7 +161,7 @@ jobs: needs.detect-changes.outputs.lib-compose-changed == 'true' && ((github.event_name == 'push' && startsWith(github.ref, 'refs/heads/epic/')) || (github.event_name == 'pull_request' && github.event.action == 'closed' && - github.event.pull_request.merged == true && startsWith(github.base_ref, 'epic/'))) + github.event.pull_request.merged == true && startsWith(github.base_ref, 'staging'))) runs-on: ubuntu-latest steps: - name: Checkout code