forked from Mirror/ollama4j
Updated GH action
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user