mirror of
https://github.com/fabioformosa/quartz-manager.git
synced 2026-05-14 22:00:30 +09:00
Add workflow_dispatch trigger to sonar-java.yml
added the workflow_dispatch to the GitHub Action
This commit is contained in:
1
.github/workflows/sonar-java.yml
vendored
1
.github/workflows/sonar-java.yml
vendored
@@ -7,6 +7,7 @@ on:
|
|||||||
# paths: [ 'quartz-manager-parent/**' ]
|
# paths: [ 'quartz-manager-parent/**' ]
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize, reopened]
|
types: [opened, synchronize, reopened]
|
||||||
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build and analyze
|
name: Build and analyze
|
||||||
|
|||||||
Reference in New Issue
Block a user