Skip to content

Commit ec204e4

Browse files
committed
Change branch names to 6.6
1 parent 3002fc3 commit ec204e4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/atlas.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ name: Hibernate ORM build-Atlas
99
on:
1010
push:
1111
branches:
12-
- 'main'
12+
- '6.6'
1313
# WARNING: Using pull_request_target to access secrets, but we check out the PR head commit.
1414
# See checkout action for details.
1515
pull_request_target:
1616
branches:
17-
- 'main'
17+
- '6.6'
1818

1919
permissions: {} # none
2020

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: "CodeQL"
22

33
on:
44
push:
5-
branches: [ 'main' ]
5+
branches: [ '6.6' ]
66
pull_request:
77
# The branches below must be a subset of the branches above
8-
branches: [ 'main' ]
8+
branches: [ '6.6' ]
99
schedule:
1010
- cron: '34 11 * * 4'
1111

.github/workflows/contributor-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ name: Hibernate ORM build
99
on:
1010
push:
1111
branches:
12-
- 'main'
12+
- '6.6'
1313
# WARNING: Using pull_request_target to access secrets, but we check out the PR head commit.
1414
# See checkout action for details.
1515
pull_request_target:
1616
branches:
17-
- 'main'
17+
- '6.6'
1818

1919
permissions: {} # none
2020

0 commit comments

Comments
 (0)