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