Skip to content

Commit

Permalink
TESTING
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Dec 19, 2023
1 parent 1844f3a commit e99eba8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
1 change: 1 addition & 0 deletions js/yoast-acf-analysis.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ var App = function() {
this.bindListeners();
};


/**
* ACF 5 Listener.
*
Expand Down

0 comments on commit e99eba8

Please sign in to comment.