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

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