;ci: ignore example files; drop redundant hledger/tests/ entry
This commit is contained in:
		
							parent
							
								
									2f2cca9bc0
								
							
						
					
					
						commit
						6cc1312ca8
					
				
							
								
								
									
										17
									
								
								.github/workflows/linux.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										17
									
								
								.github/workflows/linux.yml
									
									
									
									
										vendored
									
									
								
							| @ -27,7 +27,13 @@ on: | ||||
|       - 'hledger/**' | ||||
|       - 'hledger-ui/**' | ||||
|       - 'hledger-web/**' | ||||
|       - 'hledger/test/**' | ||||
|       # ignore changes to example files, though currently some func tests depend on them | ||||
|       - 'examples/**' | ||||
|       - '!**.journal' | ||||
|       - '!**.j' | ||||
|       - '!**.ledger' | ||||
|       - '!**.csv' | ||||
|       # ignore changes to doc source files | ||||
|       - '!**.m4' | ||||
|       - '!**.md' | ||||
|       - '!**.1' | ||||
| @ -44,7 +50,14 @@ on: | ||||
|       - 'hledger/**' | ||||
|       - 'hledger-ui/**' | ||||
|       - 'hledger-web/**' | ||||
|       - 'hledger/test/**' | ||||
|       # ignore changes to example files, though currently some func tests depend on them | ||||
|       - 'examples/**' | ||||
|       - '!**.journal' | ||||
|       - '!**.j' | ||||
|       - '!**.ledger' | ||||
|       - '!**.csv' | ||||
|       # ignore changes to doc source files | ||||
|       - '!**.m4' | ||||
|       - '!**.md' | ||||
|       - '!**.1' | ||||
|       - '!**.5' | ||||
|  | ||||
							
								
								
									
										8
									
								
								.github/workflows/mac.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/mac.yml
									
									
									
									
										vendored
									
									
								
							| @ -19,7 +19,13 @@ on: | ||||
|       - 'hledger/**' | ||||
|       - 'hledger-ui/**' | ||||
|       - 'hledger-web/**' | ||||
|       - 'hledger/test/**' | ||||
|       # ignore changes to example files, though currently some func tests depend on them | ||||
|       - 'examples/**' | ||||
|       - '!**.journal' | ||||
|       - '!**.j' | ||||
|       - '!**.ledger' | ||||
|       - '!**.csv' | ||||
|       # ignore changes to doc source files | ||||
|       - '!**.m4' | ||||
|       - '!**.md' | ||||
|       - '!**.1' | ||||
|  | ||||
							
								
								
									
										8
									
								
								.github/workflows/push.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/push.yml
									
									
									
									
										vendored
									
									
								
							| @ -15,7 +15,13 @@ on: | ||||
|       - 'hledger/**' | ||||
|       - 'hledger-ui/**' | ||||
|       - 'hledger-web/**' | ||||
|       - 'hledger/test/**' | ||||
|       # ignore changes to example files, though currently some func tests depend on them | ||||
|       - 'examples/**' | ||||
|       - '!**.journal' | ||||
|       - '!**.j' | ||||
|       - '!**.ledger' | ||||
|       - '!**.csv' | ||||
|       # ignore changes to doc source files | ||||
|       - '!**.m4' | ||||
|       - '!**.md' | ||||
|       - '!**.1' | ||||
|  | ||||
							
								
								
									
										10
									
								
								.github/workflows/windows.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								.github/workflows/windows.yml
									
									
									
									
										vendored
									
									
								
							| @ -1,7 +1,6 @@ | ||||
| # Runs on notable pushes to ci-windows, and weekly on master. | ||||
| 
 | ||||
| # Builds all modules optimised on windows, | ||||
| # using GHC 8.8.2 to avoid https://gitlab.haskell.org/ghc/ghc/issues/17926, | ||||
| # and uploads a binaries artifact. | ||||
| 
 | ||||
| name: windows CI | ||||
| @ -19,7 +18,13 @@ on: | ||||
|       - 'hledger/**' | ||||
|       - 'hledger-ui/**' | ||||
|       - 'hledger-web/**' | ||||
|       # - 'hledger/test/**' | ||||
|       # ignore changes to example files, though currently some func tests depend on them | ||||
|       - 'examples/**' | ||||
|       - '!**.journal' | ||||
|       - '!**.j' | ||||
|       - '!**.ledger' | ||||
|       - '!**.csv' | ||||
|       # ignore changes to doc source files | ||||
|       - '!**.m4' | ||||
|       - '!**.md' | ||||
|       - '!**.1' | ||||
| @ -27,6 +32,7 @@ on: | ||||
|       - '!**.info' | ||||
|       - '!**.txt' | ||||
| 
 | ||||
| 
 | ||||
| jobs: | ||||
|   build: | ||||
|     runs-on: windows-latest | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user