Add workflow_dispatch trigger to build-on-pull-request.yml for manual execution

This commit is contained in:
amithkoujalgi
2025-10-23 11:51:20 +05:30
parent 47c5943137
commit 1bca07ecb8

View File

@@ -8,6 +8,8 @@ on:
paths: paths:
- 'src/**' - 'src/**'
- 'pom.xml' - 'pom.xml'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}