Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
geigerzaehler committed Apr 5, 2024
1 parent 4b62770 commit eb4f81a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yaml
Expand Up @@ -37,9 +37,12 @@ jobs:
- run: poetry run pytest
- uses: coverallsapp/github-action@v2
if: >
github.event_name == 'pull_request' &&
matrix.python-version == '3.8' &&
matrix.os == 'ubuntu-latest'
(
github.event_name == 'push' &&
matrix.python-version == '3.8' &&
matrix.os == 'ubuntu-latest'
)
|| github.ref == 'main'
build-beets-master:
runs-on: ubuntu-latest
Expand Down

0 comments on commit eb4f81a

Please sign in to comment.