Skip to content

Commit

Permalink
feat : 테스트 커밋(#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhoon227 committed Jan 21, 2024
1 parent 197cbbb commit a54b54f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action-test-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: test-ci

// 트리거 조건 (push 하거나 PR 하면 하단의 jobs를 실행하겠다는 뜻)
// 트리거 조건 (push 하거나 PR 하면 하단의 jobs를 실행하겠다는 뜻)
on:
push:
branches:
Expand All @@ -12,7 +12,7 @@ on:
- develop
- feature/** # 테스트용 트리거

// 트리거 발생 시 실행할 작업들
// 트리거 발생 시 실행할 작업들
jobs:
test:
runs-on: macos-latest // iOS 플랫폼에서 실행
Expand Down

0 comments on commit a54b54f

Please sign in to comment.