option to manually trigger the workflow

This commit is contained in:
Christoph Stahl 2024-10-05 15:01:25 +02:00
parent 002f25b60b
commit 2588ec9735

View file

@ -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: