diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index b60013d..e153b06 100644 --- a/.github/workflows/js.yml +++ b/.github/workflows/js.yml @@ -3,11 +3,11 @@ name: CheckJS on: # Run on relevant pushes to select branches and on all relevant pull requests. push: - branches: - - main - - develop - - 'release/[0-9]+.[0-9]+*' - - 'hotfix/[0-9]+.[0-9]+*' +# branches: +# - main +# - develop +# - 'release/[0-9]+.[0-9]+*' +# - 'hotfix/[0-9]+.[0-9]+*' paths: - '**.js' # Includes Gruntfile.js. - '.eslintignore' diff --git a/js/yoast-acf-analysis.js b/js/yoast-acf-analysis.js index fd1bce7..55bdefc 100644 --- a/js/yoast-acf-analysis.js +++ b/js/yoast-acf-analysis.js @@ -15,6 +15,7 @@ var App = function() { this.bindListeners(); }; + /** * ACF 5 Listener. *