Skip to content

Commit 4a447ac

Browse files
committed
Change branch names to main
1 parent a956fda commit 4a447ac

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-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-
- '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

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: [ '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

.github/workflows/contributor-build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@ on:
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

2220
permissions: {} # none

0 commit comments

Comments
 (0)