mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 13:08:01 +02:00
Changes:
- Removing Local playlists and playlist items - Unsubscribe from feeds - Closes #56 - Closes #85
This commit is contained in:
parent
affb0e33f6
commit
7cc847146d
7 changed files with 94 additions and 36 deletions
|
@ -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']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue