mirror of
				https://github.com/threeal/cmake-action.git
				synced 2025-11-04 05:43:42 +00:00 
			
		
		
		
	ci: trigger test.yml workflow on pull request and push only on latest and main
				
					
				
			This commit is contained in:
		
							parent
							
								
									d84a2acdb0
								
							
						
					
					
						commit
						6a826ca25f
					
				
							
								
								
									
										2
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							@ -1,7 +1,9 @@
 | 
				
			|||||||
name: test
 | 
					name: test
 | 
				
			||||||
on:
 | 
					on:
 | 
				
			||||||
  workflow_dispatch:
 | 
					  workflow_dispatch:
 | 
				
			||||||
 | 
					  pull_request:
 | 
				
			||||||
  push:
 | 
					  push:
 | 
				
			||||||
 | 
					    branches: [latest, main]
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  default-usage:
 | 
					  default-usage:
 | 
				
			||||||
    runs-on: ${{ matrix.os }}-latest
 | 
					    runs-on: ${{ matrix.os }}-latest
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user