Skip to content

Commit 64cb0b8

Browse files
authored
Enable workflow dispatch for build process
Updated GitHub Actions workflow to allow manual triggering.
1 parent c14d444 commit 64cb0b8

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: Build C++ Version for linux
22

33
on:
4-
push:
5-
branches: [ main ]
6-
pull_request:
7-
branches: [ main ]
4+
workflow_dispatch:
85

96
jobs:
107
build-linux:

0 commit comments

Comments
 (0)