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
on:
push:
# tags: [ 'v*.*.*' ]
branches: [ github_action ]
tags: [ 'v*.*.*' ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build: