CI: kernel: enable target testing also for pull request event
Testing target changes was only set for push events. Enable this also
for pull request events to enable testing pr making specific target
changes.
Fixes: 57a02cbbff ("CI: kernel: test each target with additional changes than target/linux")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
			
			
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/kernel.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/kernel.yml
									
									
									
									
										vendored
									
									
								
							| @@ -8,7 +8,7 @@ on: | |||||||
|       - '.github/workflows/kernel.yml' |       - '.github/workflows/kernel.yml' | ||||||
|       - 'include/kernel*' |       - 'include/kernel*' | ||||||
|       - 'package/kernel/**' |       - 'package/kernel/**' | ||||||
|       - 'target/linux/generic/**' |       - 'target/linux/**' | ||||||
|   push: |   push: | ||||||
|     paths: |     paths: | ||||||
|       - '.github/workflows/check-kernel-patches.yml' |       - '.github/workflows/check-kernel-patches.yml' | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Christian Marangi
					Christian Marangi