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:
parent
ce8221192e
commit
09e8f9644f
1 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue