GitHub Actions 워크플로우를 자극하는 주요 이벤트 정리

우리가 코드를 관리하는 GitHub의 저장소(repository)에서는 여러가지 일(event)들이 일어날 수 있죠? 개발자가 새로운 커밋(commit)을 푸시(push)할 수도 있고, 기여자(contributor)가 PR(pull request)을 제출하거나 사용자가 이슈(issue)를 보고할 수도 있습니다.


GitHub Actions를 사용하면 이렇게 GitHub 저장소에서 일어나는 다양한 이벤트에 자동으로 반응하도록 워크플로우(workflow)를 구성할 수 있는데요. 이번 포스팅에서는 GitHub Actions에서 워크플로우를 실행되게 만드는 다양한 방법과 현업 프로젝트에서 많이 사용되는 이벤트를 정리해보겠습니다.


  • on 키

  • push 이벤트

  • pull_request 이벤트

  • issues 이벤트

  • issue_comment 이벤트

  • release 이벤트

  • schedule 이벤트

  • workflow_dispatch 이벤트


📺 동영상: https://youtu.be/WGuiQCBuf78

📝 포스팅: https://www.daleseo.com/github-actions-triggers/



깃허브의 CI 도구인 GitHub Actions에 대해 공부하고 계시다면 아래 게시물도 함께 참고하시면 도움이 될 것 같습니다.

📕 GitHub Actions의 소개와 핵심 개념: https://careerly.co.kr/comments/87570
📗 GitHub Actions 첫 워크플로우 생성해보기: https://careerly.co.kr/comments/89206
📘 GitHub Actions의 체크아웃 액션으로 코드 내려받기: https://careerly.co.kr/comments/89589
📙 GitHub Actions의 캐시 액션으로 패키지 설치 최적화하기: https://careerly.co.kr/comments/90024

📓 GitHub Actions 자바스크립트 셋업: https://careerly.co.kr/comments/90868
📔 GitHub Actions 단계(step) 고급 설정: https://careerly.co.kr/comments/91587

📕 GitHub Actions의 아티팩트로 파일 올리거나 내려받기: https://careerly.co.kr/comments/92334

📗 GitHub Actions의 유용한 작업(job) 설정: https://careerly.co.kr/comments/93474

GitHub Actions 워크플로우를 자극하는 주요 이벤트 정리 | 달레의 GitHub

www.youtube.com

GitHub Actions 워크플로우를 자극하는 주요 이벤트 정리 | 달레의 GitHub

다음 내용이 궁금하다면?

또는

이미 회원이신가요?

2023년 12월 5일 오전 12:15

 • 

저장 25조회 2,848

댓글 0