From 541b10f4945e298126b48373218469f784d9ef76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20K=C3=A4berich?= Date: Sat, 1 Oct 2022 23:28:31 +0200 Subject: [PATCH] remove compoundDevice branch from workflows --- .github/workflows/Build.yml | 1 - .github/workflows/Test.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 1f29395..ba6c46a 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -4,7 +4,6 @@ on: push: branches: - master - - compoundDevice pull_request: branches: - master diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index c168d1e..10eea7e 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -4,7 +4,6 @@ on: push: branches: - master - - compoundDevice pull_request: branches: - master