Run on push

Lesson 1

Workflows run when a specific activity happens on GitHub, at a scheduled time, or when an event outside of GitHub occurs.

Every workflow declares which event should trigger it by setting on to a string identifying an event.

To get started, let's run this workflow whenever the push event occurs.

Loading ...