From 4a447ac819a1d3fca6c6df785757343b70a57b9e Mon Sep 17 00:00:00 2001 From: Christian Beikov Date: Fri, 16 Aug 2024 13:42:59 +0200 Subject: [PATCH] Change branch names to main --- .github/workflows/atlas.yml | 4 ++-- .github/workflows/codeql.yml | 4 ++-- .github/workflows/contributor-build.yml | 2 -- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/atlas.yml b/.github/workflows/atlas.yml index ccf9e03e10..64dc670d6d 100644 --- a/.github/workflows/atlas.yml +++ b/.github/workflows/atlas.yml @@ -9,12 +9,12 @@ name: Hibernate ORM build-Atlas on: push: branches: - - 'wip/7.0' + - 'main' # WARNING: Using pull_request_target to access secrets, but we check out the PR head commit. # See checkout action for details. pull_request_target: branches: - - 'wip/7.0' + - 'main' permissions: {} # none diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e26c1e2947..5b9586d0de 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,10 +2,10 @@ name: "CodeQL" on: push: - branches: [ 'wip/7.0' ] + branches: [ 'main' ] pull_request: # The branches below must be a subset of the branches above - branches: [ 'wip/7.0' ] + branches: [ 'main' ] schedule: - cron: '34 11 * * 4' diff --git a/.github/workflows/contributor-build.yml b/.github/workflows/contributor-build.yml index 432f17d351..440632c9b3 100644 --- a/.github/workflows/contributor-build.yml +++ b/.github/workflows/contributor-build.yml @@ -10,13 +10,11 @@ on: push: branches: - 'main' - - 'wip/7.0' # WARNING: Using pull_request_target to access secrets, but we check out the PR head commit. # See checkout action for details. pull_request_target: branches: - 'main' - - 'wip/7.0' permissions: {} # none