mirror of
				https://github.com/Biarity/Sieve.git
				synced 2025-11-04 02:39:00 +01:00 
			
		
		
		
	Build an PRs to releases/*
This commit is contained in:
		
				
					committed by
					
						
						Keivn Sommer
					
				
			
			
				
	
			
			
			
						parent
						
							9277690e96
						
					
				
				
					commit
					028ab1d196
				
			
							
								
								
									
										1
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@@ -24,6 +24,7 @@ on:
 | 
			
		||||
  pull_request:
 | 
			
		||||
    branches:
 | 
			
		||||
      - master
 | 
			
		||||
      - 'releases/*'
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  ubuntu-latest:
 | 
			
		||||
 
 | 
			
		||||
@@ -15,7 +15,7 @@ using static Nuke.Common.Tools.DotNet.DotNetTasks;
 | 
			
		||||
[ShutdownDotNetAfterServerBuild]
 | 
			
		||||
[GitHubActions("ci", GitHubActionsImage.UbuntuLatest,
 | 
			
		||||
    OnPushBranches = new[] {"master", "releases/*"},
 | 
			
		||||
    OnPullRequestBranches = new[] {"master"},
 | 
			
		||||
    OnPullRequestBranches = new[] {"master", "releases/*"},
 | 
			
		||||
    AutoGenerate = true,
 | 
			
		||||
    InvokedTargets = new[] {nameof(Ci)},
 | 
			
		||||
    CacheKeyFiles = new string[0])]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user