Automate your workflow with Github Actions
Github announced a new feature around a month ago called Action which would be workflow system inbuilt inside Github repository. We can look for an event such as push, pull etc and perform some predefined action such as send notification or execute another script. Github sent me the beta access around a week ago and …