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

Deploy only on master

This commit is contained in:
heyarne 2019-12-14 11:01:30 +01:00
commit 09e8f9644f

View file

@ -78,7 +78,7 @@ jobs:
workflows:
version: 2
build:
test-build-deploy:
jobs:
- test:
filters:
@ -86,8 +86,15 @@ workflows:
ignore:
- gh-pages
- build:
filters:
branches:
ignore:
- gh-pages
requires:
- test
- deploy:
requires:
- build
filters:
branches:
only: master