mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-06 10:23:39 +02:00
Fix deploy branch filter on CircleCI
This commit is contained in:
parent
f42993a604
commit
cb310eec6a
2 changed files with 6 additions and 3 deletions
|
|
@ -1,3 +1,6 @@
|
|||
# Deployment is configured following these instructions:
|
||||
# https://circleci.com/blog/deploying-documentation-to-github-pages-with-continuous-integration/
|
||||
|
||||
version: 2
|
||||
|
||||
jobs:
|
||||
|
|
@ -85,12 +88,12 @@ workflows:
|
|||
ignore:
|
||||
- gh-pages
|
||||
- build:
|
||||
requires:
|
||||
- test
|
||||
filters:
|
||||
branches:
|
||||
ignore:
|
||||
- gh-pages
|
||||
requires:
|
||||
- test
|
||||
- deploy:
|
||||
requires:
|
||||
- build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue