Skip to content

Commit 102b052

Browse files
committed
chore(ci): test dev build on signing runner
1 parent b16bce1 commit 102b052

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- "feature/update**"
66
- "feature/server_esm**"
7+
- "feature/windows_signing"
78
paths-ignore:
89
- "docs/**"
910
- ".github/workflows/main-docker.yml"
@@ -28,7 +29,7 @@ jobs:
2829
image: ubuntu-latest
2930
extension: deb
3031
- name: windows
31-
image: windows-latest
32+
image: win-signing
3233
extension: exe
3334
runs-on: ${{ matrix.os.image }}
3435
steps:

0 commit comments

Comments
 (0)