Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Feb 24, 2024
1 parent 572c657 commit 8b4e388
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/monkeyplug-build-push-vosk-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- 'main'
paths:
- '**'
- '!.github/workflows/monkeyplug-build-push-whisper-ghcr.yml'
- '!.github/workflows/publish-to-pypi.yml'
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/monkeyplug-build-push-whisper-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- 'main'
paths:
- '**'
- '!.github/workflows/monkeyplug-build-push-vosk-ghcr.yml'
- '!.github/workflows/publish-to-pypi.yml'
pull_request:
Expand Down

0 comments on commit 8b4e388

Please sign in to comment.