Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/package-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,23 @@
name: Package Windows

on:
# Keep the workflow discoverable when it first lands on the default branch.
# Subsequent app changes remain manual; only edits to this workflow package
# the exact main commit automatically.
push:
branches: [main]
paths:
- .github/workflows/package-win.yml
workflow_dispatch:
inputs:
ref:
description: "Commit/tag/branch to build (defaults to the branch this is run from)"
required: false
type: string

permissions:
contents: read

jobs:
package:
name: NSIS installer
Expand Down
Loading