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:
parent
8c484abf00
commit
60390e141a
2 changed files with 4 additions and 3 deletions
|
|
@ -79,8 +79,9 @@ workflows:
|
|||
branches:
|
||||
ignore:
|
||||
- gh-pages
|
||||
- build
|
||||
- deploy:
|
||||
- build:
|
||||
requires:
|
||||
- test
|
||||
- deploy:
|
||||
requires:
|
||||
- build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue