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 d2946f2 commit ffbe2e9Copy full SHA for ffbe2e9
1 file changed
.github/workflows/build.yml
@@ -3,10 +3,11 @@ name: "Nightly Builds"
3
on:
4
push:
5
branches:
6
- - main
+ - '*'
7
pull_request:
8
9
10
+ workflow_dispatch:
11
12
jobs:
13
publish-tauri:
@@ -16,6 +17,8 @@ jobs:
16
17
platform: [ubuntu-latest, windows-latest]
18
19
runs-on: ${{ matrix.platform }}
20
+ env:
21
+ TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
22
steps:
23
- uses: actions/checkout@v4
24
0 commit comments