Skip to content

[FIX] PR CI 파이프라인 수정 #5

[FIX] PR CI 파이프라인 수정

[FIX] PR CI 파이프라인 수정 #5

Workflow file for this run

name: Pull Request Execute Test
on:
pull_request:
branches:
- develop
types:
- opened
- synchronize
- reopened
jobs:
build:
uses: ./.github/workflows/pull-request-test-v1.yml
name: "ci"
secrets: inherit