File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ jobs:
238238        Write-Output "Running code cleanup on commit range $baseCommitHash..$headCommitHash in pull request." 
239239        dotnet regitlint -s JsonApiDotNetCore.sln --print-command --skip-tool-check --max-runs=5 --jb --dotnetcoresdk=$(dotnet --version) --jb-profile="JADNC Full Cleanup" --jb --properties:Configuration=Release --jb --properties:RunAnalyzers=false --jb --verbosity=WARN -f commits -a $headCommitHash -b $baseCommitHash --fail-on-diff --print-diff 
240240     - name : CleanupCode (on branch) 
241-       if : ${{ github.event_name == 'push' || github.event_name == 'release' }} 
241+       if : ${{ github.event_name == 'push' || github.event_name == 'release' || github.event_name == 'workflow_dispatch'  }} 
242242      shell : pwsh 
243243      run : | 
244244        Write-Output 'Running code cleanup on all files.' 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments