From 438b118df4abf9925edd47958a93b58ddb129f11 Mon Sep 17 00:00:00 2001 From: Ondrej Platek Date: Tue, 5 Nov 2024 17:12:30 +0100 Subject: [PATCH] apply the same behaviour for CI for the release-1.0.0 branch as for main --- .github/workflows/black_check.yml | 4 ++-- .github/workflows/py311_tests.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/black_check.yml b/.github/workflows/black_check.yml index aabbcc23..38bad9f3 100644 --- a/.github/workflows/black_check.yml +++ b/.github/workflows/black_check.yml @@ -2,9 +2,9 @@ name: Black Code Style Check on: push: - branches: [ main ] + branches: [ main, release-1.0.0] pull_request: - branches: [ main ] + branches: [ main, release-1.0.0] jobs: diff --git a/.github/workflows/py311_tests.yml b/.github/workflows/py311_tests.yml index a5e84d57..81e203ce 100644 --- a/.github/workflows/py311_tests.yml +++ b/.github/workflows/py311_tests.yml @@ -2,9 +2,9 @@ name: Python CI on: push: - branches: [ main ] + branches: [ main, release-1.0.0] pull_request: - branches: [ main ] + branches: [ main, release-1.0.0] jobs: