2.4.1. How to Handle Automation Scripts#
A YAML file that defines a Workflow must:
Be under version control,
Have a
.ymlor.yamlextension;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.