We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 586255b commit a691bd3Copy full SHA for a691bd3
.github/workflows/main.yml
@@ -1,8 +1,9 @@
1
-name: "test-on-pr"
+name: "test-every-commit"
2
3
-on: [pull_request]
4
-
5
-# This workflow will build your tauri app without uploading it anywhere.
+on:
+ push:
+ branches:
6
+ - "test-build"
7
8
jobs:
9
test-tauri:
@@ -79,5 +80,8 @@ jobs:
79
80
APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }}
81
APPLE_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
82
APPLE_SIGNING_IDENTITY: ${{ env.CERT_ID }}
83
+ AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
84
+ AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }}
85
+ AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
86
with:
87
args: ${{ matrix.args }}
0 commit comments