option to manually trigger the workflow
This commit is contained in:
parent
002f25b60b
commit
2588ec9735
1 changed files with 2 additions and 2 deletions
4
.github/workflows/windows-pyinstaller.yaml
vendored
4
.github/workflows/windows-pyinstaller.yaml
vendored
|
@ -1,10 +1,10 @@
|
|||
name: Build exe for windows
|
||||
on:
|
||||
push:
|
||||
# tags: [ 'v*.*.*' ]
|
||||
branches: [ github_action ]
|
||||
tags: [ 'v*.*.*' ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Reference in a new issue