Skip to content

Commit

Permalink
Update verify-ghas.yaml
Browse files Browse the repository at this point in the history
Adding review23 branch to the varify-ghas.yaml workflow. This will run the CI on PRs to the review branch.
  • Loading branch information
sjayellis authored Oct 16, 2023
1 parent 401afa9 commit 29b2a37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/verify-ghas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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 }}
name: codecov-${{ matrix.os }}-py${{ matrix.python-version }}

0 comments on commit 29b2a37

Please sign in to comment.