Skip to content

Commit

Permalink
Fix Nox target branch
Browse files Browse the repository at this point in the history
  • Loading branch information
nint8835 committed May 19, 2022
1 parent 219337f commit 9244f9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- main
- master


jobs:
Expand Down Expand Up @@ -34,4 +34,4 @@ jobs:
- name: Setup nox-poetry
run: pip install nox-poetry poetry
- name: Run session
run: nox -s "${{ matrix.session }}"
run: nox -s "${{ matrix.session }}"

0 comments on commit 9244f9a

Please sign in to comment.