mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:35:50 +00:00
Updated pipeline triggers to develop
This commit is contained in:
parent
a18f1932fe
commit
4723da61f0
2 changed files with 0 additions and 4 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -10,8 +10,6 @@ name: Java CI with Gradle
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "develop" ]
|
branches: [ "develop" ]
|
||||||
pull_request:
|
|
||||||
branches: [ "develop" ]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -7,8 +7,6 @@ on:
|
||||||
# Triggers the workflow on push or pull request events but only for the $default-branch branch
|
# Triggers the workflow on push or pull request events but only for the $default-branch branch
|
||||||
push:
|
push:
|
||||||
branches: [ "develop" ]
|
branches: [ "develop" ]
|
||||||
pull_request:
|
|
||||||
branches: [ "develop" ]
|
|
||||||
|
|
||||||
# Allows you to run this workflow manually from the Actions tab
|
# Allows you to run this workflow manually from the Actions tab
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
Loading…
Reference in a new issue