Skip to content

Commit

Permalink
Update build.yml to allow manual trigger (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
skallweitNV authored Jun 10, 2024
1 parent 58ce2d1 commit de2d654
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: ["master"]
pull_request:
branches: ["master"]
workflow_dispatch:

jobs:
windows-vs2022:
Expand All @@ -25,7 +26,6 @@ jobs:
with:
arch: x64
sdk: 10.0.19041.0
toolset: 14.30
- name: Configure
run: setup_vs2022.bat
shell: cmd
Expand Down Expand Up @@ -53,7 +53,6 @@ jobs:
with:
arch: x64
sdk: 10.0.19041.0
toolset: 14.30
- name: Configure
run: setup.bat
shell: cmd
Expand Down

0 comments on commit de2d654

Please sign in to comment.