Skip to content

Commit f9c7fc3

Browse files
committed
ci(actions): update build and pr-compile to add workflow_dispatch
Signed-off-by: ok-coder1 <codershub.code@gmail.com>
1 parent 7039b6f commit f9c7fc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# against bad commits.
55

66
name: build
7-
on: [pull_request, push]
7+
on: [pull_request, push, workflow_dispatch]
88

99
jobs:
1010
build-java-17:

.github/workflows/pr-compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Compile Java
2-
on: [pull_request]
2+
on: [pull_request, workflow_dispatch]
33

44
jobs:
55
compile-java-17:

0 commit comments

Comments
 (0)