diff --git a/.github/workflows/contrib.yml b/.github/workflows/contrib.yml index 9da0b593db..52c52ce2ae 100644 --- a/.github/workflows/contrib.yml +++ b/.github/workflows/contrib.yml @@ -2,9 +2,8 @@ name: Core Contrib Test on: push: - branches-ignore: - - 'release/*' - - 'otelbot/*' + branches: + - 'main' pull_request: permissions: diff --git a/.github/workflows/lint_0.yml b/.github/workflows/lint_0.yml index a356157aec..83670fe257 100644 --- a/.github/workflows/lint_0.yml +++ b/.github/workflows/lint_0.yml @@ -5,9 +5,8 @@ name: Lint 0 on: push: - branches-ignore: - - 'release/*' - - 'otelbot/*' + branches: + - 'main' pull_request: permissions: diff --git a/.github/workflows/misc_0.yml b/.github/workflows/misc_0.yml index 17e5faa67e..839de7eba7 100644 --- a/.github/workflows/misc_0.yml +++ b/.github/workflows/misc_0.yml @@ -5,9 +5,8 @@ name: Misc 0 on: push: - branches-ignore: - - 'release/*' - - 'otelbot/*' + branches: + - 'main' pull_request: permissions: diff --git a/.github/workflows/templates/lint.yml.j2 b/.github/workflows/templates/lint.yml.j2 index 2a134a6da1..99fa1b74a8 100644 --- a/.github/workflows/templates/lint.yml.j2 +++ b/.github/workflows/templates/lint.yml.j2 @@ -5,9 +5,8 @@ name: Lint {{ file_number }} on: push: - branches-ignore: - - 'release/*' - - 'otelbot/*' + branches: + - 'main' pull_request: permissions: diff --git a/.github/workflows/templates/misc.yml.j2 b/.github/workflows/templates/misc.yml.j2 index 2e2acd1ea1..e9e4a64344 100644 --- a/.github/workflows/templates/misc.yml.j2 +++ b/.github/workflows/templates/misc.yml.j2 @@ -5,9 +5,8 @@ name: Misc {{ file_number }} on: push: - branches-ignore: - - 'release/*' - - 'otelbot/*' + branches: + - 'main' pull_request: permissions: diff --git a/.github/workflows/templates/test.yml.j2 b/.github/workflows/templates/test.yml.j2 index 6b9080a771..01a9f1c9b5 100644 --- a/.github/workflows/templates/test.yml.j2 +++ b/.github/workflows/templates/test.yml.j2 @@ -5,9 +5,8 @@ name: Test {{ file_number }} on: push: - branches-ignore: - - 'release/*' - - 'otelbot/*' + branches: + - 'main' pull_request: permissions: diff --git a/.github/workflows/test_0.yml b/.github/workflows/test_0.yml index 8be0006551..d96a3195b8 100644 --- a/.github/workflows/test_0.yml +++ b/.github/workflows/test_0.yml @@ -5,9 +5,8 @@ name: Test 0 on: push: - branches-ignore: - - 'release/*' - - 'otelbot/*' + branches: + - 'main' pull_request: permissions: diff --git a/.github/workflows/test_1.yml b/.github/workflows/test_1.yml index 30245606bd..91f9a638b2 100644 --- a/.github/workflows/test_1.yml +++ b/.github/workflows/test_1.yml @@ -5,9 +5,8 @@ name: Test 1 on: push: - branches-ignore: - - 'release/*' - - 'otelbot/*' + branches: + - 'main' pull_request: permissions: