mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-05-18 13:27:10 +02:00
Merge pull request #101 from ollama4j/update-pre-commit-hook
update-pre-commit-hook
This commit is contained in:
commit
18c5d06a6c
@ -1,7 +1,7 @@
|
||||
# This workflow will build a package using Maven and then publish it to GitHub packages when a release is created
|
||||
# For more information see: https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#apache-maven-with-a-settings-path
|
||||
|
||||
name: Build on PR Create
|
||||
name: Build and Test on PR Open
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
@ -15,7 +15,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
7
.github/workflows/run-tests.yml
vendored
7
.github/workflows/run-tests.yml
vendored
@ -1,10 +1,9 @@
|
||||
name: Run Unit and Integration Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
# push:
|
||||
# branches:
|
||||
# - main
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
branch:
|
||||
|
Loading…
x
Reference in New Issue
Block a user