mirror of
				https://github.com/python-kasa/python-kasa.git
				synced 2025-11-04 06:32:07 +00:00 
			
		
		
		
	Run CI lint&tests only on python changes
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@@ -3,8 +3,12 @@ name: CI
 | 
			
		||||
on:
 | 
			
		||||
  push:
 | 
			
		||||
    branches: ["master"]
 | 
			
		||||
    paths:
 | 
			
		||||
      - '**.py'
 | 
			
		||||
  pull_request:
 | 
			
		||||
    branches: ["master"]
 | 
			
		||||
    paths:
 | 
			
		||||
      - '**.py'
 | 
			
		||||
  workflow_dispatch:  # to allow manual re-runs
 | 
			
		||||
 | 
			
		||||
env:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user