File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ name: Hibernate ORM build-Atlas
9
9
on :
10
10
push :
11
11
branches :
12
- - ' main '
12
+ - ' 6.6 '
13
13
# WARNING: Using pull_request_target to access secrets, but we check out the PR head commit.
14
14
# See checkout action for details.
15
15
pull_request_target :
16
16
branches :
17
- - ' main '
17
+ - ' 6.6 '
18
18
19
19
permissions : {} # none
20
20
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: "CodeQL"
2
2
3
3
on :
4
4
push :
5
- branches : [ 'main ' ]
5
+ branches : [ '6.6 ' ]
6
6
pull_request :
7
7
# The branches below must be a subset of the branches above
8
- branches : [ 'main ' ]
8
+ branches : [ '6.6 ' ]
9
9
schedule :
10
10
- cron : ' 34 11 * * 4'
11
11
Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ name: Hibernate ORM build
9
9
on :
10
10
push :
11
11
branches :
12
- - ' main '
12
+ - ' 6.6 '
13
13
# WARNING: Using pull_request_target to access secrets, but we check out the PR head commit.
14
14
# See checkout action for details.
15
15
pull_request_target :
16
16
branches :
17
- - ' main '
17
+ - ' 6.6 '
18
18
19
19
permissions : {} # none
20
20
You can’t perform that action at this time.
0 commit comments