fix(ci): only rebuild dotnet-project docker image on dotnet-specific changes
This commit is contained in:
		
							
								
								
									
										8
									
								
								.github/workflows/docker.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/docker.yml
									
									
									
									
										vendored
									
									
								
							@@ -1,7 +1,13 @@
 | 
			
		||||
name: Build and push Docker image
 | 
			
		||||
name: Build and push Docker image
 | 
			
		||||
on:
 | 
			
		||||
  push:
 | 
			
		||||
    branches: [main]
 | 
			
		||||
    paths:
 | 
			
		||||
    - 'Myriad/**'
 | 
			
		||||
    - 'PluralKit.API/**'
 | 
			
		||||
    - 'PluralKit.Bot/**'
 | 
			
		||||
    - 'PluralKit.Core/**'
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  deploy:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user