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
99on :
1010 push :
1111 branches :
12- - ' wip/7.0 '
12+ - ' main '
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- - ' wip/7.0 '
17+ - ' main '
1818
1919permissions : {} # none
2020
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: "CodeQL"
22
33on :
44 push :
5- branches : [ 'wip/7.0 ' ]
5+ branches : [ 'main ' ]
66 pull_request :
77 # The branches below must be a subset of the branches above
8- branches : [ 'wip/7.0 ' ]
8+ branches : [ 'main ' ]
99 schedule :
1010 - cron : ' 34 11 * * 4'
1111
Original file line number Diff line number Diff line change 1010 push :
1111 branches :
1212 - ' main'
13- - ' wip/7.0'
1413 # WARNING: Using pull_request_target to access secrets, but we check out the PR head commit.
1514 # See checkout action for details.
1615 pull_request_target :
1716 branches :
1817 - ' main'
19- - ' wip/7.0'
2018
2119
2220permissions : {} # none
You can’t perform that action at this time.
0 commit comments