Skip to content

Commit

Permalink
Merge pull request #175 from sjayellis/patch-1
Browse files Browse the repository at this point in the history
Update verify-ghas.yaml
  • Loading branch information
Lnaden committed Oct 26, 2023
2 parents 401afa9 + 29b2a37 commit 4c3ea62
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 4c3ea62

Please sign in to comment.