Skip to content

Commit

Permalink
Change branch name in GH actions workflows to 6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
beikov committed Mar 27, 2024
1 parent c552059 commit bb51c97
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/atlas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ name: Hibernate ORM build-Atlas
on:
push:
branches:
- 'main'
- '6.5'
pull_request:
branches:
- 'main'
- '6.5'

permissions: {} # none

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: "CodeQL"

on:
push:
branches: [ 'main' ]
branches: [ '6.5' ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ 'main' ]
branches: [ '6.5' ]
schedule:
- cron: '34 11 * * 4'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/contributor-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ name: Hibernate ORM build
on:
push:
branches:
- 'main'
- '6.5'
pull_request:
branches:
- 'main'
- '6.5'

permissions: {} # none

Expand Down

0 comments on commit bb51c97

Please sign in to comment.