mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
various fixes...
This commit is contained in:
parent
8dea71883b
commit
f9a89107e6
1 changed files with 3 additions and 3 deletions
6
.github/workflows/run_tests.yml
vendored
6
.github/workflows/run_tests.yml
vendored
|
@ -1,8 +1,8 @@
|
|||
name: Trigger tests
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ development, release/** ]
|
||||
#pull_request:
|
||||
# branches: [ development, release/** ]
|
||||
issue_comment:
|
||||
types: [created]
|
||||
|
||||
|
@ -10,7 +10,7 @@ env:
|
|||
IMAGE_NAME: ${{ github.repository }}
|
||||
|
||||
jobs:
|
||||
style_checks:
|
||||
Integration_tests:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue