Skip to content

Commit d476e51

Browse files
committed
Modify standard CI setting for ignoring on compatibility-check-spring6 branch
See gh-634
1 parent 0543d27 commit d476e51

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@
1616

1717
name: Java CI
1818

19-
on: [push, pull_request]
19+
on:
20+
push:
21+
branches-ignore:
22+
- 'compatibility-check-spring6'
23+
pull_request:
2024

2125
jobs:
2226
test:

.github/workflows/coveralls.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@
1616

1717
name: Coveralls
1818

19-
on: [push, pull_request]
19+
on:
20+
push:
21+
branches-ignore:
22+
- 'compatibility-check-spring6'
23+
pull_request:
2024

2125
jobs:
2226
build:

.github/workflows/support.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@
1616

1717
name: Spring/Spring Batch Support
1818

19-
on: [push, pull_request]
19+
on:
20+
push:
21+
branches-ignore:
22+
- 'compatibility-check-spring6'
23+
pull_request:
2024

2125
jobs:
2226
test:

0 commit comments

Comments
 (0)