diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 433b2655f..c120c6699 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,6 +2,8 @@ name: CI checks on: push: + branches: + - main pull_request: jobs: diff --git a/.github/workflows/check-ide-version.yml b/.github/workflows/check-ide-version.yml index 5ca8896c5..ecc9e4dff 100644 --- a/.github/workflows/check-ide-version.yml +++ b/.github/workflows/check-ide-version.yml @@ -15,6 +15,7 @@ jobs: matrix: branch-name: - releases/233 + - releases/241 - main steps: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c981a3f3a..879fb10cf 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,7 +2,7 @@ name: "CodeQL" on: push: - branches: [ "main", "*" ] + branches: [ "main" ] pull_request: branches: [ "main", "*" ] schedule: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 70fe4e9fc..2608e55c0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -42,6 +42,7 @@ jobs: matrix: branch-name: - releases/233 + - releases/241 steps: - uses: actions/checkout@v4