Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
💡 개요
develop이 메인브랜치라서 수동트리거가 적용안됐었음
근데 또 master브랜치 workflow에도 수동트리거가 있어야 master브랜치에서 workflow를 수동으로 돌릴 수 있음
즉 develop, master전부 workflow_dispatch가 적용되야함
근데 feature->develop->master로는 갈 수 없으니(develop에 있던 변경사항들도 적용되버릴테니까, 특정 커밋만 머지할 수 있나?)
feature->master->develop순으로 머지했음
📃 작업내용
🔀 변경사항
🙋♂️ 질문사항
🍴 사용방법
🎸 기타