From 2588ec9735044200d0edb4bc8f320aed1fcf47eb Mon Sep 17 00:00:00 2001 From: Christoph Stahl Date: Sat, 5 Oct 2024 15:01:25 +0200 Subject: [PATCH] option to manually trigger the workflow --- .github/workflows/windows-pyinstaller.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows-pyinstaller.yaml b/.github/workflows/windows-pyinstaller.yaml index b1192a0..5afa314 100644 --- a/.github/workflows/windows-pyinstaller.yaml +++ b/.github/workflows/windows-pyinstaller.yaml @@ -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: