From e06a7df65b52e6dd26558ab36a56d8eb579fd4f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Knut=20Olav=20L=C3=B8ite?= Date: Wed, 21 May 2025 14:59:05 +0200 Subject: [PATCH] build: run tests pull requests for all branches --- .github/workflows/integration-tests-on-emulator.yml | 1 - .github/workflows/samples.yml | 1 - .github/workflows/snippets.yml | 1 - .github/workflows/unit-tests.yml | 1 - 4 files changed, 4 deletions(-) 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: