Merge pull request 'Make sure CI works as little as needed' (#14) from ci-conf into dev
Reviewed-on: Chewing_Bever/vieter#14pull/23/head
						commit
						b5224e8a63
					
				|  | @ -1,3 +1,7 @@ | |||
| # These checks already get performed on the feature branches | ||||
| branches: | ||||
|   exclude: [ main, dev ] | ||||
| 
 | ||||
| pipeline: | ||||
|   vieter: | ||||
|     image: 'chewingbever/vlang:latest' | ||||
|  |  | |||
|  | @ -1,3 +1,7 @@ | |||
| # These checks already get performed on the feature branches | ||||
| branches: | ||||
|   exclude: [ main, dev ] | ||||
| 
 | ||||
| pipeline: | ||||
|   lint: | ||||
|     image: 'chewingbever/vlang:latest' | ||||
|  |  | |||
|  | @ -1,3 +1,5 @@ | |||
| branches: [main, dev] | ||||
| 
 | ||||
| pipeline: | ||||
|   dev: | ||||
|     image: plugins/docker | ||||
|  | @ -21,9 +23,3 @@ pipeline: | |||
|     when: | ||||
|       event: tag | ||||
|       branch: main | ||||
| 
 | ||||
| branches: [main, dev] | ||||
| 
 | ||||
| depends_on: | ||||
|   - lint | ||||
|   - build | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue