From 29b2a37aa3492f8b3f67878c54f66148443996fa Mon Sep 17 00:00:00 2001 From: sjayellis <43828519+sjayellis@users.noreply.github.com> Date: Mon, 16 Oct 2023 11:17:55 -0400 Subject: [PATCH] Update verify-ghas.yaml Adding review23 branch to the varify-ghas.yaml workflow. This will run the CI on PRs to the review branch. --- .github/workflows/verify-ghas.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/verify-ghas.yaml b/.github/workflows/verify-ghas.yaml index d39cef2..31177b2 100644 --- a/.github/workflows/verify-ghas.yaml +++ b/.github/workflows/verify-ghas.yaml @@ -10,6 +10,7 @@ on: pull_request: branches: - "main" + - "review23" schedule: # Nightly tests run on main by default: # Scheduled workflows run on the latest commit on the default or base branch. @@ -293,4 +294,4 @@ jobs: with: file: ./prj_${{ matrix.license }}_3_${{ matrix.rtd }}/coverage.xml flags: unittests - name: codecov-${{ matrix.os }}-py${{ matrix.python-version }} \ No newline at end of file + name: codecov-${{ matrix.os }}-py${{ matrix.python-version }}