mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-06 04:32:43 +00:00
👷 add branch filter for pytest
This commit is contained in:
9
.github/workflows/pytest.yml
vendored
9
.github/workflows/pytest.yml
vendored
@@ -1,5 +1,12 @@
|
||||
name: pytest
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
- '!master'
|
||||
pull_request:
|
||||
branches:
|
||||
- 'master'
|
||||
jobs:
|
||||
tests:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user