Skip to content

Commit

Permalink
Merge pull request #16 from Forced-Alignment-and-Vowel-Extraction/dev
Browse files Browse the repository at this point in the history
workflow update
  • Loading branch information
JoFrhwld authored Oct 31, 2023
2 parents 59b00c4 + 96977c2 commit 865a1fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
push:
branches: [ $default-branch, "dev", "workflows" ]
pull_request:
branches: [ $default-branch ]
branches: [ $default-branch, "dev" ]

jobs:
lint-and-test:
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11"]
os: [ubuntu-latest, windows-latest, macos-latest]
exclude:
- os: windows-latest
Expand Down Expand Up @@ -43,4 +43,4 @@ jobs:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 865a1fc

Please sign in to comment.