Skip to content

Commit d1e95c9

Browse files
authored
Add manual workflow dispatch
1 parent 17d1420 commit d1e95c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-v2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Removed if statement inside capture build artifacts because matrix.java will always be 21.
55
# Cleaned up the yml file with better formatting and clear separation for better understanding.
66
name: 🔨 Build ThreatenGL
7-
on: [pull_request, push]
7+
on: [pull_request, push, workflow_dispatch]
88

99
jobs:
1010
build:
@@ -45,4 +45,4 @@ jobs:
4545
uses: actions/upload-artifact@v4
4646
with:
4747
name: Built Artifacts
48-
path: gh-artifacts-upload/
48+
path: gh-artifacts-upload/

0 commit comments

Comments
 (0)