Skip to content

Commit

Permalink
Merge pull request #177 from MolSSI/main
Browse files Browse the repository at this point in the history
Make the tests trigger on the review branch
  • Loading branch information
Lnaden authored Oct 26, 2023
2 parents f3369ff + 4c3ea62 commit 9e97546
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 @@ -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 }}
name: codecov-${{ matrix.os }}-py${{ matrix.python-version }}

0 comments on commit 9e97546

Please sign in to comment.