1
0
Fork 0
mirror of https://github.com/heyarne/airsonic-ui.git synced 2026-05-06 18:33:38 +02:00

Fix deploy branch filter on CircleCI

This commit is contained in:
heyarne 2019-12-14 11:43:53 +01:00
commit cb310eec6a
2 changed files with 6 additions and 3 deletions

View file

@ -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