From 2db451f85898354cc15c2e10e50560238afb9be0 Mon Sep 17 00:00:00 2001 From: Pol Henarejos <55573252+polhenarejos@users.noreply.github.com> Date: Thu, 21 Mar 2024 16:43:21 +0100 Subject: [PATCH] Update test.yml Add piv branch. --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0e57754..9f0b4ba 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,10 +14,10 @@ name: "Emulation and test" on: workflow_dispatch: push: - branches: [ "main" ] + branches: [ "main", "piv" ] pull_request: # The branches below must be a subset of the branches above - branches: [ "main" ] + branches: [ "main", "piv" ] schedule: - cron: '23 5 * * 4'