diff --git a/.github/workflows/verify-ghas.yaml b/.github/workflows/verify-ghas.yaml index af96772..88f0032 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. @@ -298,4 +299,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 }}