diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index 02252dd4e..08d45e072 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -6,7 +6,7 @@ on: paths-ignore: - '**.md' #Do not need to run CI for markdown changes. pull_request: - branches: [ main, server-side ] + branches: [ main, "feat/**" ] paths-ignore: - '**.md' diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index 438bcdc6c..75d2c2ab4 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -6,7 +6,7 @@ on: paths-ignore: - '**.md' #Do not need to run CI for markdown changes. pull_request: - branches: [ main, server-side ] + branches: [ main, "feat/**" ] paths-ignore: - '**.md' diff --git a/.github/workflows/cpp-linter.yml b/.github/workflows/cpp-linter.yml index 4a969f4be..3e31373f0 100644 --- a/.github/workflows/cpp-linter.yml +++ b/.github/workflows/cpp-linter.yml @@ -7,7 +7,7 @@ on: push: branches: [ "main" ] pull_request: - branches: [ "main", server-side ] + branches: [ "main", "feat/**" ] jobs: cpp-linter: diff --git a/.github/workflows/internal.yml b/.github/workflows/internal.yml index d116de8bb..6137754ec 100644 --- a/.github/workflows/internal.yml +++ b/.github/workflows/internal.yml @@ -6,7 +6,7 @@ on: paths-ignore: - '**.md' #Do not need to run CI for markdown changes. pull_request: - branches: [ main, server-side ] + branches: [ "main", "feat/**" ] paths-ignore: - '**.md' diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index 1e9fec2f8..3edcc2ea1 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -6,7 +6,7 @@ on: paths-ignore: - '**.md' #Do not need to run CI for markdown changes. pull_request: - branches: [ main, server-side ] + branches: [ "main", "feat/**" ] paths-ignore: - '**.md'