We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eafa5d5 commit f271c8fCopy full SHA for f271c8f
Gruntfile.js
@@ -73,7 +73,7 @@ module.exports = function(grunt) {
73
'.github/workflows/test-coverage.yml',
74
'.github/workflows/test-old-branches.yml',
75
'.github/workflows/upgrade-testing.yml'
76
- ]
+ ],
77
78
// Prepend `dir` to `file`, and keep `!` in place.
79
setFilePath = function( dir, file ) {
@@ -236,7 +236,7 @@ module.exports = function(grunt) {
236
237
// This is only meant to run within a numbered branch after branching has occurred.
238
workflows: {
239
- filter: function( filepath ) {
+ filter: function() {
240
var allowedTasks = [ 'post-branching', 'clean:workflows' ];
241
return allowedTasks.some( function( task ) {
242
return grunt.cli.tasks.indexOf( task ) !== -1;
0 commit comments