From 0b45674ee3b336bf5bb37117b59330dfd402e75a Mon Sep 17 00:00:00 2001 From: atakavci Date: Fri, 29 Nov 2024 14:39:43 +0300 Subject: [PATCH] - fix workflows with main --- .github/workflows/core_integration.yml | 4 ++-- .github/workflows/core_snapshot.yml | 2 +- .github/workflows/entraid_integration.yml | 4 ++-- .github/workflows/entraid_snapshot.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/core_integration.yml b/.github/workflows/core_integration.yml index c49f61e..ca52e91 100644 --- a/.github/workflows/core_integration.yml +++ b/.github/workflows/core_integration.yml @@ -9,11 +9,11 @@ on: - '**/*.md' - '**/*.rst' branches: - - master + - main - '[0-9].*' pull_request: branches: - - master + - main - '[0-9].*' schedule: - cron: '0 1 * * *' # nightly build diff --git a/.github/workflows/core_snapshot.yml b/.github/workflows/core_snapshot.yml index 9e0e7fd..ca7ad4f 100644 --- a/.github/workflows/core_snapshot.yml +++ b/.github/workflows/core_snapshot.yml @@ -5,7 +5,7 @@ name: Publish Snapshot-Core on: push: branches: - - master + - main - '[0-9].x' workflow_dispatch: diff --git a/.github/workflows/entraid_integration.yml b/.github/workflows/entraid_integration.yml index 1008102..ace1543 100644 --- a/.github/workflows/entraid_integration.yml +++ b/.github/workflows/entraid_integration.yml @@ -9,11 +9,11 @@ - '**/*.md' - '**/*.rst' branches: - - master + - main - '[0-9].*' pull_request: branches: - - master + - main - '[0-9].*' schedule: - cron: '0 1 * * *' # nightly build diff --git a/.github/workflows/entraid_snapshot.yml b/.github/workflows/entraid_snapshot.yml index 2882eaf..81c19e2 100644 --- a/.github/workflows/entraid_snapshot.yml +++ b/.github/workflows/entraid_snapshot.yml @@ -5,7 +5,7 @@ on: push: branches: - - master + - main - '[0-9].x' workflow_dispatch: