From e1bdd55fa38aa33ade169fcf05bf3e1250da0381 Mon Sep 17 00:00:00 2001 From: Derrick Stolee Date: Wed, 9 Jun 2021 10:10:47 -0400 Subject: [PATCH] ci: run Scalar functional tests for PRs against features/* Signed-off-by: Derrick Stolee --- .github/workflows/scalar-functional-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scalar-functional-tests.yml b/.github/workflows/scalar-functional-tests.yml index a98efa5492d9af..efa48a0dc67f16 100644 --- a/.github/workflows/scalar-functional-tests.yml +++ b/.github/workflows/scalar-functional-tests.yml @@ -10,7 +10,7 @@ on: push: branches: [ vfs-* ] pull_request: - branches: [ vfs-* ] + branches: [ vfs-*, features/* ] jobs: scalar: