From ea51e8472aa45b17b9e26dd2d827fe0c6b3003dc Mon Sep 17 00:00:00 2001 From: Andrew Hopkins Date: Wed, 12 Jul 2023 09:55:46 -0700 Subject: [PATCH] Update ci so it runs on test PR --- .github/workflows/vtest.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/vtest.yml b/.github/workflows/vtest.yml index 25d3cc72e9e73..67ebce83368d7 100644 --- a/.github/workflows/vtest.yml +++ b/.github/workflows/vtest.yml @@ -10,6 +10,11 @@ name: VTest on: push: + branches: [ '*' ] + pull_request: + branches: [ '*' ] + workflow_dispatch: + branches: [ '*' ] permissions: contents: read