mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
;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/**'
|
||||||
- 'hledger-ui/**'
|
- 'hledger-ui/**'
|
||||||
- 'hledger-web/**'
|
- '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'
|
- '!**.m4'
|
||||||
- '!**.md'
|
- '!**.md'
|
||||||
- '!**.1'
|
- '!**.1'
|
||||||
@ -44,7 +50,14 @@ on:
|
|||||||
- 'hledger/**'
|
- 'hledger/**'
|
||||||
- 'hledger-ui/**'
|
- 'hledger-ui/**'
|
||||||
- 'hledger-web/**'
|
- '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'
|
- '!**.md'
|
||||||
- '!**.1'
|
- '!**.1'
|
||||||
- '!**.5'
|
- '!**.5'
|
||||||
|
8
.github/workflows/mac.yml
vendored
8
.github/workflows/mac.yml
vendored
@ -19,7 +19,13 @@ on:
|
|||||||
- 'hledger/**'
|
- 'hledger/**'
|
||||||
- 'hledger-ui/**'
|
- 'hledger-ui/**'
|
||||||
- 'hledger-web/**'
|
- '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'
|
- '!**.m4'
|
||||||
- '!**.md'
|
- '!**.md'
|
||||||
- '!**.1'
|
- '!**.1'
|
||||||
|
8
.github/workflows/push.yml
vendored
8
.github/workflows/push.yml
vendored
@ -15,7 +15,13 @@ on:
|
|||||||
- 'hledger/**'
|
- 'hledger/**'
|
||||||
- 'hledger-ui/**'
|
- 'hledger-ui/**'
|
||||||
- 'hledger-web/**'
|
- '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'
|
- '!**.m4'
|
||||||
- '!**.md'
|
- '!**.md'
|
||||||
- '!**.1'
|
- '!**.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.
|
# Runs on notable pushes to ci-windows, and weekly on master.
|
||||||
|
|
||||||
# Builds all modules optimised on windows,
|
# 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.
|
# and uploads a binaries artifact.
|
||||||
|
|
||||||
name: windows CI
|
name: windows CI
|
||||||
@ -19,7 +18,13 @@ on:
|
|||||||
- 'hledger/**'
|
- 'hledger/**'
|
||||||
- 'hledger-ui/**'
|
- 'hledger-ui/**'
|
||||||
- 'hledger-web/**'
|
- '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'
|
- '!**.m4'
|
||||||
- '!**.md'
|
- '!**.md'
|
||||||
- '!**.1'
|
- '!**.1'
|
||||||
@ -27,6 +32,7 @@ on:
|
|||||||
- '!**.info'
|
- '!**.info'
|
||||||
- '!**.txt'
|
- '!**.txt'
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user