From 2a07759bdd75676c7275fc4049cebc507b5392ab Mon Sep 17 00:00:00 2001 From: colramos425 Date: Thu, 5 Jan 2023 11:48:59 -0600 Subject: [PATCH] Temp tesing of CI on ci-reorg branch Signed-off-by: colramos425 --- .github/workflows/ubuntu-focal.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ubuntu-focal.yml b/.github/workflows/ubuntu-focal.yml index 35168276f1..0cc3ce6e94 100644 --- a/.github/workflows/ubuntu-focal.yml +++ b/.github/workflows/ubuntu-focal.yml @@ -5,9 +5,9 @@ name: Ubuntu 20.04 # Controls when the workflow will run on: push: - branches: [ main, dev ] + branches: [ main, dev, ci-reorg ] pull_request: - branches: [ main, dev ] + branches: [ main, dev, ci-reorg ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: