diff --git a/.github/workflows/anchor_platform_integration_check.yml b/.github/workflows/anchor_platform_integration_check.yml index 8ccd9f7c7..765e94651 100644 --- a/.github/workflows/anchor_platform_integration_check.yml +++ b/.github/workflows/anchor_platform_integration_check.yml @@ -4,10 +4,6 @@ on: push: branches: - main - - develop - - "release/**" - - "releases/**" - - "hotfix/**" pull_request: workflow_call: # allows this workflow to be called from another workflow diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f793535b6..666456ab5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,10 +4,6 @@ on: push: branches: - main - - develop - - "release/**" - - "releases/**" - - "hotfix/**" pull_request: workflow_call: # allows this workflow to be called from another workflow diff --git a/.github/workflows/e2e_integration_test.yml b/.github/workflows/e2e_integration_test.yml index 4a5ad80e9..4799061b1 100644 --- a/.github/workflows/e2e_integration_test.yml +++ b/.github/workflows/e2e_integration_test.yml @@ -4,10 +4,6 @@ on: push: branches: - main - - develop - - "release/**" - - "releases/**" - - "hotfix/**" pull_request: workflow_call: # allows this workflow to be called from another workflow