- Removing Local playlists and playlist items
- Unsubscribe from feeds
- Closes #56
- Closes #85
This commit is contained in:
Shiny Nematoda 2022-12-31 19:23:14 +00:00
parent affb0e33f6
commit 7cc847146d
7 changed files with 94 additions and 36 deletions

View file

@ -6,7 +6,7 @@ pipeline:
- npm run build
when:
path:
exclude: [ '*.md', '.gitea/*' ]
exclude: ['*.md', '.gitea/*']
event: ['push', 'pull_request']
docker:
@ -22,7 +22,7 @@ pipeline:
when:
branch: main
path:
exclude: [ '*.md', '.gitea/*' ]
exclude: ['*.md', '.gitea/*']
event: ['push']
deploy:
@ -35,5 +35,5 @@ pipeline:
when:
branch: main
path:
exclude: [ '*.md', '.gitea/*' ]
exclude: ['*.md', '.gitea/*']
event: ['push']