Skip to content

Commit

Permalink
feat: 백엔드 빌드 테스트 yml 워크플로우 버튼 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hong-sile authored Jul 19, 2023
1 parent 723e6b7 commit f51b890
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/backend-test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Kerdy Backend Build Test

on:
workflow_dispatch:
pull_request:
types: [ opened, synchronize, reopened ]
types: [ opened, synchronize, reopened, ]
branches:
- backend-main

Expand Down

0 comments on commit f51b890

Please sign in to comment.