Skip to content

Commit

Permalink
temp: use workflow_dispatch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
jsliacan committed Nov 22, 2023
1 parent 6b5405e commit 0e702b3
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/windows-installer.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Build Windows installer
on:
push:
branches:
- "main"
pull_request: {}
on: workflow_dispatch

# push:
# branches:
# - "main"
# pull_request: {}

jobs:
build:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 0e702b3

Please sign in to comment.