From b907da4af5a00275fb76d74fdf0e39c28deba612 Mon Sep 17 00:00:00 2001 From: Adrien Bertrand Date: Fri, 16 Aug 2024 15:04:11 +0200 Subject: [PATCH] ci: add feature/python branch to workflows --- .github/workflows/build.linux.workflow.yml | 4 ++-- .github/workflows/build.mac.workflow.yml | 4 ++-- .github/workflows/build.windows.workflow.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.linux.workflow.yml b/.github/workflows/build.linux.workflow.yml index 2234bb23b..5c7a08814 100644 --- a/.github/workflows/build.linux.workflow.yml +++ b/.github/workflows/build.linux.workflow.yml @@ -2,9 +2,9 @@ name: Build Linux on: push: - branches: [ master, feature/github-actions ] + branches: [ master, feature/github-actions, feature/python ] pull_request: - branches: [ master, feature/github-actions ] + branches: [ master, feature/github-actions, feature/python ] release: types: [published] diff --git a/.github/workflows/build.mac.workflow.yml b/.github/workflows/build.mac.workflow.yml index 1addfffdc..faa945b14 100644 --- a/.github/workflows/build.mac.workflow.yml +++ b/.github/workflows/build.mac.workflow.yml @@ -2,9 +2,9 @@ name: Build macOS on: push: - branches: [ master, feature/github-actions ] + branches: [ master, feature/github-actions, feature/python ] pull_request: - branches: [ master, feature/github-actions ] + branches: [ master, feature/github-actions, feature/python ] release: types: [published] diff --git a/.github/workflows/build.windows.workflow.yml b/.github/workflows/build.windows.workflow.yml index b6da72c94..7653a3fc4 100644 --- a/.github/workflows/build.windows.workflow.yml +++ b/.github/workflows/build.windows.workflow.yml @@ -2,9 +2,9 @@ name: Build Windows on: push: - branches: [ master, feature/github-actions ] + branches: [ master, feature/github-actions, feature/python ] pull_request: - branches: [ master, feature/github-actions ] + branches: [ master, feature/github-actions, feature/python ] release: types: [published]