ericcornelissen/webmangler

Run all code checks on the main branch

Closed this issue · 0 comments

Task

Description

The code verification workflow on the main branch only verifies if the things changed in the commit work as expected. However, as opposed to feature (and other) branches, the CI on the main branch doesn't have to be quick. Therefore, this workflow on the main branch should run every job on all of the codebase.

Possible solutions

Related