Allow multiple workflow files in a single repository
<!--IssueSummary start--> <details> <summary> Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards. </summary> - [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=432334) </details> <!--IssueSummary end--> ### Release notes It is now possible to define multiple workflows using different triggers in a single repository. ### Problem to solve When one wants to run a different set of jobs for scheduled workflows, pull request and release ones, currently one has to create complex rules to realize this. ### Proposal Allow defining multiple workflow files in `.gitlab/workflows/`. They should all have a separate triggers like on [GitHub](https://docs.github.com/en/actions/using-workflows/triggering-a-workflow). This could be realized with the existing [`workflow:rules`](https://docs.gitlab.com/ee/ci/yaml/workflow.html) without introducing a new syntax. ### Intended users * [Sasha (Software Developer)](https://about.gitlab.com/handbook/product/personas/#sasha-software-developer) * [Priyanka (Platform Engineer)](https://about.gitlab.com/handbook/product/personas/#priyanka-platform-engineer) ### Feature Usage Metrics Number of pipelines created using this new feature. ### Does this feature require an audit event?
issue