This is another CI/CD tool which is used for pipelines

Folder structure :

  1. your repo
  2. ├── .github/  └── workflows/
  3.      └── main.yml (all your .yml files)
  4. └── (rest of your project files)