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
|
name: Build exe for windows
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
# tags: [ 'v*.*.*' ]
|
tags: [ 'v*.*.*' ]
|
||||||
branches: [ github_action ]
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Add table
Reference in a new issue