File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: PHPStan
33on :
44  #  Run on all pushes and on all pull requests.
55  #  Prevent the build from running when there are only irrelevant changes.
6-   push :
7-     paths-ignore :
8-       - ' **.md' 
9-       - ' **.xml' 
6+ #   push:
7+ #     paths-ignore:
8+ #       - '**.md'
9+ #       - '**.xml'
1010  pull_request :
1111  #  Allow manually triggering the workflow.
1212  workflow_dispatch :
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ name: Quicktest
22
33on :
44  #  Run on pushes to all branches except for `master`.
5-   push :
6-     branches-ignore :
7-       - master 
8-     paths-ignore :
9-       - ' **.md' 
5+ #   push:
6+ #     branches-ignore:
7+ #       - master
8+ #     paths-ignore:
9+ #       - '**.md'
1010  #  Allow manually triggering the workflow.
1111  workflow_dispatch :
1212
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Validate
22
33on :
44  #  Run on all pushes and on all pull requests.
5-   push :
5+ #   push:
66  pull_request :
77  #  Also run this workflow every Monday at 6:00 (to make sure the broken link check runs regularly).
88  schedule :
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments