diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index e5777cea1a..79a034249f 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -9,6 +9,7 @@ on: push: branches: - master + - flyte-issues-4994 # test env: GO_VERSION: "1.22" PRIORITIES: "P0" diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index c90557d62d..834d1f7850 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -7,7 +7,7 @@ concurrency: on: push: - branches: [master] + branches: [master, flyte-issues-4994] pull_request: branches: [master] diff --git a/.github/workflows/flyteidl-checks.yml b/.github/workflows/flyteidl-checks.yml index 4dd423d0eb..af6870c069 100644 --- a/.github/workflows/flyteidl-checks.yml +++ b/.github/workflows/flyteidl-checks.yml @@ -9,6 +9,7 @@ on: push: branches: - master + - flyte-issues-4994 # test env: GO_VERSION: "1.22" jobs: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 76a1d21c68..956b25e84c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,6 +8,7 @@ on: push: branches: - master + - flyte-issues-4994 pull_request: env: