Skip to content

Commit 0ad6ed0

Browse files
committed
Test in PR
1 parent 621664b commit 0ad6ed0

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

.github/workflows/release.yaml

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: "Create Release"
33
on:
44
# Allow manual
55
workflow_dispatch:
6+
push:
7+
branches:
8+
# TODO: REMOVE ME BEFORE MERGE
9+
- migrate/codesign
610

711
concurrency:
812
group: ${{ github.workflow }}-${{ github.ref }}
@@ -45,16 +49,16 @@ jobs:
4549
# toolchain: aarch64-apple-darwin,x86_64-apple-darwin
4650
# bundles: app,dmg
4751
# os: darwin
48-
# - host: windows-latest
49-
# target: x86_64-pc-windows-msvc
50-
# toolchain: x86_64-pc-windows-msvc
51-
# bundles: msi,nsis
52-
# os: windows
53-
- host: ubuntu-latest
54-
target: x86_64-unknown-linux-gnu
55-
toolchain: x86_64-unknown-linux-gnu
56-
bundles: deb,appimage
57-
os: linux
52+
- host: windows-latest
53+
target: x86_64-pc-windows-msvc
54+
toolchain: x86_64-pc-windows-msvc
55+
bundles: msi,nsis
56+
os: windows
57+
# - host: ubuntu-latest
58+
# target: x86_64-unknown-linux-gnu
59+
# toolchain: x86_64-unknown-linux-gnu
60+
# bundles: deb,appimage
61+
# os: linux
5862
env:
5963
APP_DIR: "apps/desktop"
6064
runs-on: ${{ matrix.settings.host }}

0 commit comments

Comments
 (0)