Skip to content

Commit 3cbff82

Browse files
committed
Update GitHub action branch triggers.
See #2119
1 parent 3b9f23f commit 3cbff82

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: CI Build
1+
name: CI 5.5.x
22

33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ main, 6.0.x, 5.5.x, 'issue/**' ]
6+
branches: [ 5.5.x, 'issue/5.5.x/**' ]
77

88
permissions: read-all
99

@@ -17,9 +17,9 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v6
1919
- name: Setup Java and Maven
20-
uses: spring-projects/spring-data-build/actions/setup-maven@4.0.x
20+
uses: spring-projects/spring-data-build/actions/setup-maven@3.5.x
2121
with:
2222
java-version: ${{ matrix.java-version }}
2323
develocity-access-key: '${{ secrets.DEVELOCITY_ACCESS_KEY }}'
2424
- name: Build
25-
uses: spring-projects/spring-data-build/actions/maven-build@4.0.x
25+
uses: spring-projects/spring-data-build/actions/maven-build@3.5.x

.github/workflows/snapshots.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Snapshots
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ main, 6.0.x, 5.5.x, 'issue/**' ]
6+
branches: [ 5.5.x, 'issue/5.5.x/**' ]
77

88
permissions: read-all
99

@@ -15,11 +15,11 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v6
1717
- name: Setup Java and Maven
18-
uses: spring-projects/spring-data-build/actions/setup-maven@4.0.x
18+
uses: spring-projects/spring-data-build/actions/setup-maven@3.5.x
1919
with:
2020
develocity-access-key: '${{ secrets.DEVELOCITY_ACCESS_KEY }}'
2121
- name: Deploy to Artifactory
22-
uses: spring-projects/spring-data-build/actions/maven-artifactory-deploy@4.0.x
22+
uses: spring-projects/spring-data-build/actions/maven-artifactory-deploy@3.5.x
2323
with:
2424
build-name: 'spring-data-couchbase'
2525
username: '${{ secrets.ARTIFACTORY_USERNAME }}'

0 commit comments

Comments
 (0)