Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a0aa7d commit ca182d7Copy full SHA for ca182d7
1 file changed
.github/workflows/build.yml
@@ -7,8 +7,9 @@ on:
7
pull_request:
8
branches: [ develop ]
9
workflow_dispatch:
10
+
11
repository_dispatch:
- types: [utPLSQL-build]
12
+ types: [utPLSQL-build,utPLSQL-java-api-build]
13
14
defaults:
15
run:
0 commit comments