From 077d753e2a751eb89cf395521f13860991bd51c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Matos?= Date: Thu, 9 Jul 2026 14:34:23 +0100 Subject: [PATCH] Actions: run workflows for freecad-master --- .github/workflows/codeql.yml | 4 ++-- .github/workflows/continuous-integration-workflow.yml | 2 +- .github/workflows/documentation-workflow.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b686e05f56..88577c07df 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -3,9 +3,9 @@ name: "CodeQL" on: workflow_dispatch: # Allow manual triggers push: - branches: [ "master" ] + branches: [ "master", "freecad-master" ] pull_request: - branches: [ "master" ] + branches: [ "master", "freecad-master" ] schedule: - cron: '21 10 * * 4' diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 1ad55df4c4..0d7d8b3150 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -3,7 +3,7 @@ name: Continuous Integration Build on: workflow_dispatch: # Allow manual triggers pull_request: - branches: [ master ] + branches: [ master, freecad-master ] #push: # branches: [ master ] diff --git a/.github/workflows/documentation-workflow.yml b/.github/workflows/documentation-workflow.yml index 77014cb590..21216922a0 100644 --- a/.github/workflows/documentation-workflow.yml +++ b/.github/workflows/documentation-workflow.yml @@ -3,7 +3,7 @@ name: Awesome Documentation Build on: workflow_dispatch: # Allow manual triggers push: - branches: [ master ] + branches: [ master, freecad-master ] jobs: ubuntu-build: