From a4de564a4ecd928ae69c9e428595754feee408d3 Mon Sep 17 00:00:00 2001 From: Wenqi Li Date: Mon, 16 Aug 2021 15:38:08 +0100 Subject: [PATCH] remove post-merge dev branch test Signed-off-by: Wenqi Li --- .github/workflows/setupapp.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/setupapp.yml b/.github/workflows/setupapp.yml index 295d4814c8..d0dc3a9f10 100644 --- a/.github/workflows/setupapp.yml +++ b/.github/workflows/setupapp.yml @@ -4,7 +4,6 @@ on: # full tests for all the important branches push: branches: - - dev - main - releasing/* - feature/*