diff --git a/script.js b/script.js index 7201054..707a805 100644 --- a/script.js +++ b/script.js @@ -181,7 +181,7 @@ function updateChart() { curOldestBuild = buildNr; } - if (build.branch !== 'master' || build.state !== 'finished') { + if (/*build.branch !== 'master' ||*/ build.state !== 'finished') { return; }