Change branch names to main
This commit is contained in:
parent
a956fda688
commit
4a447ac819
|
@ -9,12 +9,12 @@ name: Hibernate ORM build-Atlas
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'wip/7.0'
|
- 'main'
|
||||||
# WARNING: Using pull_request_target to access secrets, but we check out the PR head commit.
|
# WARNING: Using pull_request_target to access secrets, but we check out the PR head commit.
|
||||||
# See checkout action for details.
|
# See checkout action for details.
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
branches:
|
branches:
|
||||||
- 'wip/7.0'
|
- 'main'
|
||||||
|
|
||||||
permissions: {} # none
|
permissions: {} # none
|
||||||
|
|
||||||
|
|
|
@ -2,10 +2,10 @@ name: "CodeQL"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ 'wip/7.0' ]
|
branches: [ 'main' ]
|
||||||
pull_request:
|
pull_request:
|
||||||
# The branches below must be a subset of the branches above
|
# The branches below must be a subset of the branches above
|
||||||
branches: [ 'wip/7.0' ]
|
branches: [ 'main' ]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '34 11 * * 4'
|
- cron: '34 11 * * 4'
|
||||||
|
|
||||||
|
|
|
@ -10,13 +10,11 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'main'
|
||||||
- 'wip/7.0'
|
|
||||||
# WARNING: Using pull_request_target to access secrets, but we check out the PR head commit.
|
# WARNING: Using pull_request_target to access secrets, but we check out the PR head commit.
|
||||||
# See checkout action for details.
|
# See checkout action for details.
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'main'
|
||||||
- 'wip/7.0'
|
|
||||||
|
|
||||||
|
|
||||||
permissions: {} # none
|
permissions: {} # none
|
||||||
|
|
Loading…
Reference in New Issue