From de76836ba0c4f61627ac29a10c6055e8939ffede Mon Sep 17 00:00:00 2001 From: 9 Technology Group LTD Date: Wed, 1 Oct 2025 21:09:10 +0100 Subject: [PATCH] Create app_build.yml --- .github/workflows/app_build.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/app_build.yml diff --git a/.github/workflows/app_build.yml b/.github/workflows/app_build.yml new file mode 100644 index 0000000..70fc285 --- /dev/null +++ b/.github/workflows/app_build.yml @@ -0,0 +1,17 @@ +name: Build on Merge + +on: + push: + branches: + - main + - dev + +jobs: + deploy: + runs-on: self-hosted + steps: + - name: Checkout code + uses: actions/checkout@v5 + + - name: Run rebuild script + run: /root/patchmon/platform/scripts/app_build.sh ${{ github.ref_name }}