From d476e517068135c0b4b1a5db3fc9e4f6296a4bd0 Mon Sep 17 00:00:00 2001 From: Kazuki Shimizu Date: Sun, 19 Dec 2021 22:05:57 +0900 Subject: [PATCH] Modify standard CI setting for ignoring on compatibility-check-spring6 branch See gh-634 --- .github/workflows/ci.yaml | 6 +++++- .github/workflows/coveralls.yaml | 6 +++++- .github/workflows/support.yaml | 6 +++++- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 05f33179d6..2f90dfb9d0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,11 @@ name: Java CI -on: [push, pull_request] +on: + push: + branches-ignore: + - 'compatibility-check-spring6' + pull_request: jobs: test: diff --git a/.github/workflows/coveralls.yaml b/.github/workflows/coveralls.yaml index dc298ee01b..8e04d00721 100644 --- a/.github/workflows/coveralls.yaml +++ b/.github/workflows/coveralls.yaml @@ -16,7 +16,11 @@ name: Coveralls -on: [push, pull_request] +on: + push: + branches-ignore: + - 'compatibility-check-spring6' + pull_request: jobs: build: diff --git a/.github/workflows/support.yaml b/.github/workflows/support.yaml index 960d46410d..70b48a51a5 100644 --- a/.github/workflows/support.yaml +++ b/.github/workflows/support.yaml @@ -16,7 +16,11 @@ name: Spring/Spring Batch Support -on: [push, pull_request] +on: + push: + branches-ignore: + - 'compatibility-check-spring6' + pull_request: jobs: test: