[object Object]

← back to Exo

build and release on staging

c560c55c4e70952cd0a98d35b6312d917b0379e0 · 2025-08-04 07:41:09 +0800 · Alex Cheema

Files touched

Diff

commit c560c55c4e70952cd0a98d35b6312d917b0379e0
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Mon Aug 4 07:41:09 2025 +0800

    build and release on staging
---
 .github/workflows/build-macos-app.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/build-macos-app.yml b/.github/workflows/build-macos-app.yml
index 9ac1448d..2cf3e6c1 100644
--- a/.github/workflows/build-macos-app.yml
+++ b/.github/workflows/build-macos-app.yml
@@ -6,6 +6,7 @@ on:
       - 'v*' # Trigger on version tags
     branches:
       - main # Also build on main branch for testing
+      - staging
       - python-modules # Add app-staging for testing
   pull_request:
     branches:

← f51f8f72 app launches python modules  ·  back to Exo  ·  fix gitignore 75ecda55 →