mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 15:48:39 +08:00 
			
		
		
		
	Remove .md files skip condition from test workflow
This commit is contained in:
		
							parent
							
								
									6c9470d12d
								
							
						
					
					
						commit
						27c0af5532
					
				
							
								
								
									
										4
									
								
								.github/workflows/workflow.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/workflow.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
					@ -5,14 +5,10 @@ on:
 | 
				
			||||||
    branches:
 | 
					    branches:
 | 
				
			||||||
      - main
 | 
					      - main
 | 
				
			||||||
      - releases/**
 | 
					      - releases/**
 | 
				
			||||||
    paths-ignore:
 | 
					 | 
				
			||||||
      - '**.md'
 | 
					 | 
				
			||||||
  push:
 | 
					  push:
 | 
				
			||||||
    branches:
 | 
					    branches:
 | 
				
			||||||
      - main
 | 
					      - main
 | 
				
			||||||
      - releases/**
 | 
					      - releases/**
 | 
				
			||||||
    paths-ignore:
 | 
					 | 
				
			||||||
      - '**.md'
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  # Build and unit test
 | 
					  # Build and unit test
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user