mirror of
				https://github.com/nsnail/spectre.console.git
				synced 2025-11-01 01:25:27 +08:00 
			
		
		
		
	Fix for 'chore:' CI criteria
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/publish.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/publish.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -21,8 +21,8 @@ jobs: | |||||||
|   build: |   build: | ||||||
|     name: Build |     name: Build | ||||||
|     if: | |     if: | | ||||||
|       (!contains(github.event.head_commit.message, 'skip-ci')  |       (!startsWith(github.event.head_commit.message, 'skip-ci')  | ||||||
|       && !contains(github.event.head_commit.message, 'chore')) |       && !startsWith(github.event.head_commit.message, 'chore:')) | ||||||
|       || startsWith(github.ref, 'refs/tags/') |       || startsWith(github.ref, 'refs/tags/') | ||||||
|     strategy: |     strategy: | ||||||
|       matrix: |       matrix: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Patrik Svensson
					Patrik Svensson