0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-04-14 23:11:31 -05:00

chore: migrate ui workflow

This commit is contained in:
Gao Sun 2021-07-26 01:03:54 +08:00
parent 8d73a63ac5
commit f5bc136772

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: