GitHub Action is the platform to automate build, test and deployment of the code. GitHub Actions has below stages: Event : This is triggered when code is updated or there is change in repo like updated PR ,creation of branch . Workflows: Workflow is automated process which will run collection of the jobs. Workflows are […]
