How to Handle Automation Scripts

2.4.1. How to Handle Automation Scripts#

A YAML file that defines a Workflow must:

  • Be under version control,

  • Have a .yml or .yaml extension;

  • Reside in the .github/workflows/ folder,

  • Can be arbitrarily named.

Note

If multiple YAML files reside under .github/workflows/, each one is treated as an individual Workflow.