Changes made so any files can trigger the CI. As currently the only folder excluded from the white-list is the /example folder, which doesn't really make sense? We could miss build config update if we need to introduce more configuration files.
This PR also introduces nightly build-test (mentioned: https://github.com/beman-project/exemplar/issues/27#issuecomment-2370124356 ), the frequency of the periodic update is currently set at daily at 3:30 PM UTC (11:30 ET).
This timestamp and frequency is fairly arbitrary, meant to trigger 30 minutes before the weekly sync call.
The daily build maybe too frequent, this is all open to discussion.
This PR removes two requirements for the CI to trigger:
/example
folder, which doesn't really make sense? We could miss build config update if we need to introduce more configuration files.This PR also introduces nightly build-test (mentioned: https://github.com/beman-project/exemplar/issues/27#issuecomment-2370124356 ), the frequency of the periodic update is currently set at daily at 3:30 PM UTC (11:30 ET). This timestamp and frequency is fairly arbitrary, meant to trigger 30 minutes before the weekly sync call. The daily build maybe too frequent, this is all open to discussion.