0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00

chore: migrate ui workflow

This commit is contained in:
Gao Sun 2021-07-26 01:03:54 +08:00
parent 96474fed87
commit f8ae9f8f3a
No known key found for this signature in database
GPG key ID: 0F0EFA2E36639F31

View file

@ -1,10 +1,16 @@
name: CI
name: UI Main
on:
push:
branches: [ master ]
paths: [ 'packages/ui' ]
pull_request:
branches: [ master ]
paths: [ 'packages/ui' ]
defaults:
run:
working-directory: packages/ui
jobs:
main: