키워드 : • 
GitHub, YAML, GitHub workflow깃헙 액션이란? : GitHub Actions is a way to make your computer do things automatically.
- 테스트 코드 돌리기, 배포 파이프라인 태우기 등
GitHub workflow는 YAML file에 기술된 대로 프로세스를 진행한다.
레포지토리의 .github/workflows 디렉토리 안에 정의된다.- Workflow syntax 공식문서 : https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
 
- Events that trigger workflows 공식문서 : https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows