Updated GH action

This commit is contained in:
Amith Koujalgi 2025-03-19 08:20:09 +05:30
parent e74ef7115c
commit 6f1da25f7e
No known key found for this signature in database
GPG Key ID: 3F065E7150B71F9D

View File

@ -4,6 +4,9 @@ on:
pull_request:
# types: [opened, reopened, synchronize, edited]
branches: [ "main" ]
paths:
- 'src/**' # Run if changes occur in the 'src' folder
- 'pom.xml' # Run if changes occur in the 'pom.xml' file
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}