fix: use correct path definition in github actions files
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/dashboard.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/dashboard.yml
									
									
									
									
										vendored
									
									
								
							@@ -4,7 +4,7 @@ on:
 | 
			
		||||
  push:
 | 
			
		||||
    branches: [main]
 | 
			
		||||
    paths:
 | 
			
		||||
      - 'dashboard/'
 | 
			
		||||
      - 'dashboard/**'
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  deploy:
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										4
									
								
								.github/workflows/gateway.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/gateway.yml
									
									
									
									
										vendored
									
									
								
							@@ -4,8 +4,8 @@ on:
 | 
			
		||||
  push:
 | 
			
		||||
    branches: [main]
 | 
			
		||||
    paths:
 | 
			
		||||
      - 'gateway/'
 | 
			
		||||
      - 'proto/'
 | 
			
		||||
      - 'gateway/**'
 | 
			
		||||
      - 'proto/**'
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  deploy:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user