;ci: also run when bin/*.hs are changed (#1453)

This commit is contained in:
Simon Michael 2021-01-12 11:01:41 -08:00
parent 32ccbba805
commit 10bf0e5cf3
4 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,7 @@ on:
- 'hledger/**' - 'hledger/**'
- 'hledger-ui/**' - 'hledger-ui/**'
- 'hledger-web/**' - 'hledger-web/**'
- 'bin/*.hs'
# ignore changes to example files, though currently some func tests depend on them # ignore changes to example files, though currently some func tests depend on them
- 'examples/**' - 'examples/**'
- '!**.journal' - '!**.journal'

View File

@ -19,6 +19,7 @@ on:
- 'hledger/**' - 'hledger/**'
- 'hledger-ui/**' - 'hledger-ui/**'
- 'hledger-web/**' - 'hledger-web/**'
- 'bin/*.hs'
# ignore changes to example files, though currently some func tests depend on them # ignore changes to example files, though currently some func tests depend on them
- 'examples/**' - 'examples/**'
- '!**.journal' - '!**.journal'

View File

@ -15,6 +15,7 @@ on:
- 'hledger/**' - 'hledger/**'
- 'hledger-ui/**' - 'hledger-ui/**'
- 'hledger-web/**' - 'hledger-web/**'
- 'bin/*.hs'
# ignore changes to example files, though currently some func tests depend on them # ignore changes to example files, though currently some func tests depend on them
- 'examples/**' - 'examples/**'
- '!**.journal' - '!**.journal'

View File

@ -18,6 +18,7 @@ on:
- 'hledger/**' - 'hledger/**'
- 'hledger-ui/**' - 'hledger-ui/**'
- 'hledger-web/**' - 'hledger-web/**'
# - 'bin/*.hs'
# ignore changes to example files, though currently some func tests depend on them # ignore changes to example files, though currently some func tests depend on them
- 'examples/**' - 'examples/**'
- '!**.journal' - '!**.journal'