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:
parent
96474fed87
commit
f8ae9f8f3a
1 changed files with 7 additions and 1 deletions
|
@ -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:
|
Loading…
Reference in a new issue