1
0
Fork 0
mirror of https://github.com/heyarne/airsonic-ui.git synced 2026-05-07 02:33: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: workflows:
version: 2 version: 2
build: test-build-deploy:
jobs: jobs:
- test: - test:
filters: filters:
@ -86,8 +86,15 @@ workflows:
ignore: ignore:
- gh-pages - gh-pages
- build: - build:
filters:
branches:
ignore:
- gh-pages
requires: requires:
- test - test
- deploy: - deploy:
requires: requires:
- build - build
filters:
branches:
only: master