Skip to content

Commit f58e008

Browse files
authored
chore: run tests on main-2.x branch (#1618)
1 parent 7006ec9 commit f58e008

8 files changed

+8
-0
lines changed

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- 'main'
7+
- 'main-2.x'
78

89
permissions:
910
contents: write

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- main
8+
- main-2.x
89
pull_request:
910
branches:
1011
- '*'

.github/workflows/maven_snapshot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- main-2.x
78
workflow_dispatch:
89

910
permissions:

.github/workflows/run-bg-integration-tests-latest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- main
8+
- main-2.x
89

910
permissions:
1011
id-token: write # This is required for requesting the JWT

.github/workflows/run-hibernate-orm-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- main
8+
- main-2.x
89

910
permissions:
1011
contents: read

.github/workflows/run-integration-tests-default.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- main
8+
- main-2.x
89

910
permissions:
1011
id-token: write # This is required for requesting the JWT

.github/workflows/run-integration-tests-latest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- main
8+
- main-2.x
89

910
permissions:
1011
id-token: write # This is required for requesting the JWT

.github/workflows/run-standard-integration-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- main
8+
- main-2.x
89
pull_request:
910
branches:
1011
- '*'

0 commit comments

Comments
 (0)