Skip to content

Commit

Permalink
env(script): test.yml 파일 스크립트 임시 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KimKyuHoi committed Dec 2, 2024
1 parent 32b7a03 commit 32e4812
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ui-packaging-test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: UI Package Test

on:
pull_request:
branches: [main, develop]
push:
branches:
- '**' # 모든 브랜치
paths:
- 'packages/ui/**'
push:
pull_request:
branches: [main, develop]
paths:
- 'packages/ui/**'

Expand Down

0 comments on commit 32e4812

Please sign in to comment.