mirror of
				https://github.com/Biarity/Sieve.git
				synced 2025-11-04 02:39:00 +01:00 
			
		
		
		
	Replace features by releases
This commit is contained in:
		
				
					committed by
					
						
						Keivn Sommer
					
				
			
			
				
	
			
			
			
						parent
						
							d5474478b3
						
					
				
				
					commit
					9277690e96
				
			
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@@ -20,7 +20,7 @@ on:
 | 
			
		||||
  push:
 | 
			
		||||
    branches:
 | 
			
		||||
      - master
 | 
			
		||||
      - 'features/*'
 | 
			
		||||
      - 'releases/*'
 | 
			
		||||
  pull_request:
 | 
			
		||||
    branches:
 | 
			
		||||
      - master
 | 
			
		||||
 
 | 
			
		||||
@@ -14,7 +14,7 @@ using static Nuke.Common.Tools.DotNet.DotNetTasks;
 | 
			
		||||
[CheckBuildProjectConfigurations]
 | 
			
		||||
[ShutdownDotNetAfterServerBuild]
 | 
			
		||||
[GitHubActions("ci", GitHubActionsImage.UbuntuLatest,
 | 
			
		||||
    OnPushBranches = new[] {"master", "features/*"},
 | 
			
		||||
    OnPushBranches = new[] {"master", "releases/*"},
 | 
			
		||||
    OnPullRequestBranches = new[] {"master"},
 | 
			
		||||
    AutoGenerate = true,
 | 
			
		||||
    InvokedTargets = new[] {nameof(Ci)},
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user