We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d1420 commit d1e95c9Copy full SHA for d1e95c9
.github/workflows/build-v2.yml
@@ -4,7 +4,7 @@
4
# Removed if statement inside capture build artifacts because matrix.java will always be 21.
5
# Cleaned up the yml file with better formatting and clear separation for better understanding.
6
name: 🔨 Build ThreatenGL
7
-on: [pull_request, push]
+on: [pull_request, push, workflow_dispatch]
8
9
jobs:
10
build:
@@ -45,4 +45,4 @@ jobs:
45
uses: actions/upload-artifact@v4
46
with:
47
name: Built Artifacts
48
- path: gh-artifacts-upload/
+ path: gh-artifacts-upload/
0 commit comments