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:
parent
f8ae9f8f3a
commit
cac90d98d8
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ui-main.yml
vendored
6
.github/workflows/ui-main.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue