Skip to content

Commit

Permalink
chore(ci): test dev build on signing runner
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jan 18, 2025
1 parent b16bce1 commit 102b052
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- "feature/update**"
- "feature/server_esm**"
- "feature/windows_signing"
paths-ignore:
- "docs/**"
- ".github/workflows/main-docker.yml"
Expand All @@ -28,7 +29,7 @@ jobs:
image: ubuntu-latest
extension: deb
- name: windows
image: windows-latest
image: win-signing
extension: exe
runs-on: ${{ matrix.os.image }}
steps:
Expand Down

0 comments on commit 102b052

Please sign in to comment.