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: