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: