mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	ci: Always build main for update branches
This commit is contained in:
		
							
								
								
									
										3
									
								
								.github/workflows/dev.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/dev.yml
									
									
									
									
										vendored
									
									
								
							@@ -1,6 +1,9 @@
 | 
				
			|||||||
name: Dev
 | 
					name: Dev
 | 
				
			||||||
on:
 | 
					on:
 | 
				
			||||||
  push:
 | 
					  push:
 | 
				
			||||||
 | 
					    branches:
 | 
				
			||||||
 | 
					      - '!develop'
 | 
				
			||||||
 | 
					      - '!feature/update*'
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  build_docker:
 | 
					  build_docker:
 | 
				
			||||||
    name: Build Docker image
 | 
					    name: Build Docker image
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										1
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							@@ -3,6 +3,7 @@ on:
 | 
				
			|||||||
  push:
 | 
					  push:
 | 
				
			||||||
    branches:
 | 
					    branches:
 | 
				
			||||||
      - 'develop'
 | 
					      - 'develop'
 | 
				
			||||||
 | 
					      - 'feature/update*'
 | 
				
			||||||
env:
 | 
					env:
 | 
				
			||||||
  REGISTRY: ghcr.io
 | 
					  REGISTRY: ghcr.io
 | 
				
			||||||
  IMAGE_NAME: ${{ github.repository }}
 | 
					  IMAGE_NAME: ${{ github.repository }}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user