Skip to content

Commit

Permalink
[🔨chore]: pr시 현재 브랜치기준으로 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
loevray committed Apr 2, 2024
1 parent 9cdb2eb commit b9f0c2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/buildTest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}

- name: Set up Node
uses: actions/setup-node@v4
Expand Down

0 comments on commit b9f0c2c

Please sign in to comment.