[GitHub Actions] GitHub Actions 예제, Tutorials / Github Action 샘플
GitHub Actions을 사용하면 GitHub repository에 변화가 있을 때 특정 Jobs 들을 실행시킬 수 있습니다. 예를 들어 main branch 특정 파일이 Push 되거나 Merge 되었을 경우 repository의 해당 파일을 원격 저장소에 동기화하는 데 사용할 수 있습니다. 변화가 있을 때: Event가 감지되었을 때 아래는 공식 Documents의 소개 글 입니다. Jenkins와 같은 3rd party 솔루션 없이도 GitHub Actions으로 CI/CD 파이프라인 구성이 가능합니다. GitHub Actions Automate, customize, and execute your software development workflows right in your repository..