;ci: also run when bin/*.hs are changed (#1453)
This commit is contained in:
parent
32ccbba805
commit
10bf0e5cf3
1
.github/workflows/linux.yml
vendored
1
.github/workflows/linux.yml
vendored
@ -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'
|
||||||
|
|||||||
1
.github/workflows/mac.yml
vendored
1
.github/workflows/mac.yml
vendored
@ -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'
|
||||||
|
|||||||
1
.github/workflows/push.yml
vendored
1
.github/workflows/push.yml
vendored
@ -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'
|
||||||
|
|||||||
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
@ -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'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user