mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	CI: ignore translation branches
This commit is contained in:
		
							
								
								
									
										8
									
								
								.github/workflows/ansible.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/ansible.yml
									
									
									
									
										vendored
									
									
								
							| @@ -1,7 +1,13 @@ | |||||||
| --- | --- | ||||||
| name: Ansible Role | name: Ansible Role | ||||||
|  |  | ||||||
| on: [push, pull_request] | on: | ||||||
|  |   push: | ||||||
|  |     branches-ignore: | ||||||
|  |       - 'translations_**' | ||||||
|  |   pull_request: | ||||||
|  |     branches-ignore: | ||||||
|  |       - 'translations_**' | ||||||
|  |  | ||||||
| jobs: | jobs: | ||||||
|   # https://molecule.readthedocs.io/en/latest/ci.html#github-actions |   # https://molecule.readthedocs.io/en/latest/ci.html#github-actions | ||||||
|   | |||||||
							
								
								
									
										8
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -1,6 +1,12 @@ | |||||||
| name: ci | name: ci | ||||||
|  |  | ||||||
| on: [push, pull_request] | on: | ||||||
|  |   push: | ||||||
|  |     branches-ignore: | ||||||
|  |       - 'translations_**' | ||||||
|  |   pull_request: | ||||||
|  |     branches-ignore: | ||||||
|  |       - 'translations_**' | ||||||
|  |  | ||||||
| jobs: | jobs: | ||||||
|   documentation: |   documentation: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 jonaswinkler
					jonaswinkler