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