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 }}