Skip to content

Commit a691bd3

Browse files
committed
try to build every commit on test?
1 parent 586255b commit a691bd3

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
name: "test-on-pr"
1+
name: "test-every-commit"
22

3-
on: [pull_request]
4-
5-
# This workflow will build your tauri app without uploading it anywhere.
3+
on:
4+
push:
5+
branches:
6+
- "test-build"
67

78
jobs:
89
test-tauri:
@@ -79,5 +80,8 @@ jobs:
7980
APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }}
8081
APPLE_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
8182
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 }}
8286
with:
8387
args: ${{ matrix.args }}

0 commit comments

Comments
 (0)