From a691bd3a9a92aa37814075e6882fec49d4ebc9dd Mon Sep 17 00:00:00 2001 From: CJ Pais Date: Wed, 25 Jun 2025 17:04:00 -0700 Subject: [PATCH] try to build every commit on test? --- .github/workflows/main.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 78b0719..d368cf8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,8 +1,9 @@ -name: "test-on-pr" +name: "test-every-commit" -on: [pull_request] - -# This workflow will build your tauri app without uploading it anywhere. +on: + push: + branches: + - "test-build" jobs: test-tauri: @@ -79,5 +80,8 @@ jobs: APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }} APPLE_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }} APPLE_SIGNING_IDENTITY: ${{ env.CERT_ID }} + AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }} + AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }} + AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }} with: args: ${{ matrix.args }}