mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-11-04 11:22:13 +08:00 
			
		
		
		
	Do CI on development PRs
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@@ -11,7 +11,7 @@ on:
 | 
				
			|||||||
    tags:
 | 
					    tags:
 | 
				
			||||||
      - "v*"
 | 
					      - "v*"
 | 
				
			||||||
  pull_request:
 | 
					  pull_request:
 | 
				
			||||||
    branches: [ "master" ]
 | 
					    branches: [ "master", "development" ]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#---------------------------------#
 | 
					#---------------------------------#
 | 
				
			||||||
#    environment configuration    #
 | 
					#    environment configuration    #
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										4
									
								
								.github/workflows/codeql.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/codeql.yml
									
									
									
									
										vendored
									
									
								
							@@ -8,7 +8,7 @@ name: "CodeQL"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
on:
 | 
					on:
 | 
				
			||||||
  push:
 | 
					  push:
 | 
				
			||||||
    branches: [ "master" ]
 | 
					    branches: [ "master", "development" ]
 | 
				
			||||||
    paths-ignore:
 | 
					    paths-ignore:
 | 
				
			||||||
      - '**/*.md'
 | 
					      - '**/*.md'
 | 
				
			||||||
      - '**/*.txt'
 | 
					      - '**/*.txt'
 | 
				
			||||||
@@ -16,7 +16,7 @@ on:
 | 
				
			|||||||
      - '**/.gitignore'
 | 
					      - '**/.gitignore'
 | 
				
			||||||
  pull_request:
 | 
					  pull_request:
 | 
				
			||||||
    # The branches below must be a subset of the branches above
 | 
					    # The branches below must be a subset of the branches above
 | 
				
			||||||
    branches: [ "master" ]
 | 
					    branches: [ "master", "development" ]
 | 
				
			||||||
    paths-ignore:
 | 
					    paths-ignore:
 | 
				
			||||||
      - '**/*.md'
 | 
					      - '**/*.md'
 | 
				
			||||||
      - '**/*.txt'
 | 
					      - '**/*.txt'
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							@@ -4,6 +4,7 @@ on:
 | 
				
			|||||||
  push:
 | 
					  push:
 | 
				
			||||||
    branches:
 | 
					    branches:
 | 
				
			||||||
      - master
 | 
					      - master
 | 
				
			||||||
 | 
					      - development
 | 
				
			||||||
    paths-ignore:
 | 
					    paths-ignore:
 | 
				
			||||||
      - '**/*.md'
 | 
					      - '**/*.md'
 | 
				
			||||||
      - '**/*.txt'
 | 
					      - '**/*.txt'
 | 
				
			||||||
@@ -12,6 +13,7 @@ on:
 | 
				
			|||||||
  pull_request:
 | 
					  pull_request:
 | 
				
			||||||
    branches:
 | 
					    branches:
 | 
				
			||||||
      - master
 | 
					      - master
 | 
				
			||||||
 | 
					      - development
 | 
				
			||||||
    paths-ignore:
 | 
					    paths-ignore:
 | 
				
			||||||
      - '**/*.md'
 | 
					      - '**/*.md'
 | 
				
			||||||
      - '**/*.txt'
 | 
					      - '**/*.txt'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user