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

chore: fix workflow condition

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

View file

@ -1,12 +1,12 @@
name: UI Main
name: UI
on:
push:
branches: [ master ]
paths: [ 'packages/ui' ]
paths: [ 'packages/ui/**' ]
pull_request:
branches: [ master ]
paths: [ 'packages/ui' ]
paths: [ 'packages/ui/**' ]
defaults:
run: