You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 21, 2020. It is now read-only.
If a commit contains only a README change, then based on an ignore list, skip the build for that commit.
This will save build server time for useless bild/test cycles. It should be done after the commit hook script, to keep that script small and fast, but before generating build requests for multiple platforms, meaning the platforms script should probably do this.
If a commit contains only a README change, then based on an ignore list, skip the build for that commit.
This will save build server time for useless bild/test cycles. It should be done after the commit hook script, to keep that script small and fast, but before generating build requests for multiple platforms, meaning the
platformsscript should probably do this.