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

Configure test → build → deploy as a cascade and ensure public exists when building

This commit is contained in:
heyarne 2019-12-14 10:21:14 +01:00
commit 60390e141a
2 changed files with 4 additions and 3 deletions

View file

@ -79,8 +79,9 @@ workflows:
branches:
ignore:
- gh-pages
- build
- deploy:
- build:
requires:
- test
- deploy:
requires:
- build