Skip to content

CI: Trigger continues build on all changes

Recent changes have split feeds.conf into several files. Previouly continous builds had been triggered only on changes to feeds.conf. While triggering on the new files only would be an option it does not make sense to limit CI runs to feeds-changes only, because the changes to other files (normal OpenWrt files, iop script, Dockerfile, .gitlab-ci-yml) have the same or an even bigger likelihood of breaking the build.

Trigger the build on all changes instead.

Signed-off-by: Andreas Gnau andreas.gnau@iopsys.eu

Merge request reports