You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Name of the workflow using keyword name: <workflow name>
Trigger type using keyword on: <[type]> | <type> Example of types: `push, pull_requests(opened, closed, merged), issues(created, closed), external events, schedule
One or more jobs using keyword jobs
Each job runs on a virtual machine specified by keyword runs-on: <machine type>
Jobs have steps in array form using keyword steps: array of steps