Skip to content

디자인 시스템 적용 및 반응형처리 #5

디자인 시스템 적용 및 반응형처리

디자인 시스템 적용 및 반응형처리 #5

Workflow file for this run

name: "PR Flow"
on:
pull_request:
types: [opened, reopened]
jobs:
pr-test:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip-pr-test') }}
uses: ./.github/workflows/pr-test.yaml
secrets: inherit