diff --git a/.github/workflows/integration-tests-on-emulator.yml b/.github/workflows/integration-tests-on-emulator.yml index 74a26a76..c0c27e42 100644 --- a/.github/workflows/integration-tests-on-emulator.yml +++ b/.github/workflows/integration-tests-on-emulator.yml @@ -2,7 +2,6 @@ on: push: branches: [ main ] pull_request: - branches: [ main ] name: Integration tests on emulator jobs: test: diff --git a/.github/workflows/samples.yml b/.github/workflows/samples.yml index 93aa4851..9edadd71 100644 --- a/.github/workflows/samples.yml +++ b/.github/workflows/samples.yml @@ -1,6 +1,5 @@ on: pull_request: - branches: [ main ] name: Run Samples jobs: samples: diff --git a/.github/workflows/snippets.yml b/.github/workflows/snippets.yml index c1db371b..f2a16d37 100644 --- a/.github/workflows/snippets.yml +++ b/.github/workflows/snippets.yml @@ -1,6 +1,5 @@ on: pull_request: - branches: [ main ] name: Run Snippets jobs: samples: diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 548d50a6..2e7f65c5 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -2,7 +2,6 @@ on: push: branches: [ main ] pull_request: - branches: [ main ] name: Unit Tests jobs: test: