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 7039b6f commit f9c7fc3Copy full SHA for f9c7fc3
.github/workflows/build.yml
@@ -4,7 +4,7 @@
4
# against bad commits.
5
6
name: build
7
-on: [pull_request, push]
+on: [pull_request, push, workflow_dispatch]
8
9
jobs:
10
build-java-17:
.github/workflows/pr-compile.yml
@@ -1,5 +1,5 @@
1
name: Compile Java
2
-on: [pull_request]
+on: [pull_request, workflow_dispatch]
3
compile-java-17:
0 commit comments