From fe46d6713fbb24eb11be83f9825e9ca9d2c22b9e Mon Sep 17 00:00:00 2001 From: Helge Hecht Date: Wed, 19 Jun 2024 10:23:51 +0000 Subject: [PATCH] replaced main with master in CI --- .github/workflows/build.yml | 4 ++-- .github/workflows/cffconvert.yml | 4 ++-- .github/workflows/documentation.yml | 4 ++-- .github/workflows/markdown-link-check.yml | 4 ++-- .github/workflows/sonarcloud.yml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1eadb8e..51c7071 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,10 +3,10 @@ name: Python package on: push: branches: - - main + - master pull_request: branches: - - main + - master jobs: diff --git a/.github/workflows/cffconvert.yml b/.github/workflows/cffconvert.yml index c91a487..2184082 100644 --- a/.github/workflows/cffconvert.yml +++ b/.github/workflows/cffconvert.yml @@ -3,10 +3,10 @@ name: cffconvert on: push: branches: - - main + - master pull_request: branches: - - main + - master jobs: diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 2bccfd1..4824cb7 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -3,10 +3,10 @@ name: documentation on: push: branches: - - main + - master pull_request: branches: - - main + - master jobs: build-documentation: diff --git a/.github/workflows/markdown-link-check.yml b/.github/workflows/markdown-link-check.yml index 3cdbce0..fb3cf17 100644 --- a/.github/workflows/markdown-link-check.yml +++ b/.github/workflows/markdown-link-check.yml @@ -3,10 +3,10 @@ name: markdown-link-check on: push: branches: - - main + - master pull_request: branches: - - main + - master jobs: diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 4be72b5..3f1f90c 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -3,11 +3,11 @@ name: sonarcloud on: push: branches: - - main + - master pull_request: types: [opened, synchronize, reopened] branches: - - main + - master jobs: