mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-08 02:24:08 +00:00
update workflows
This commit is contained in:
@@ -38,15 +38,14 @@ jobs:
|
||||
|
||||
workflows:
|
||||
version 2:
|
||||
build_test_deploy_release:
|
||||
jobs:
|
||||
- build
|
||||
- test
|
||||
- deploy:
|
||||
filters:
|
||||
branches:
|
||||
only: master
|
||||
- release:
|
||||
filters:
|
||||
tags:
|
||||
only: /.*/
|
||||
jobs:
|
||||
- build
|
||||
- test
|
||||
- deploy:
|
||||
filters:
|
||||
branches:
|
||||
only: master
|
||||
- release:
|
||||
filters:
|
||||
tags:
|
||||
only: /.*/
|
||||
|
Reference in New Issue
Block a user