;ci: push: notes

This commit is contained in:
Simon Michael 2021-07-27 23:07:30 -10:00
parent 8ae42873c4
commit 40c1f09b80

View File

@ -17,8 +17,12 @@ on:
- 'hledger-ui/**' - 'hledger-ui/**'
- 'hledger-web/**' - 'hledger-web/**'
- 'bin/*.hs' - 'bin/*.hs'
# ignore changes to example files, though currently some func tests depend on them
- 'examples/**' - 'examples/**'
# ignore certain boring paths completely (even if the commit message didn't begin with ;).
# XXX it would still be nice to check the commit messages.
#
# ignore changes to (most?) example files, though some func tests depend on them
- '!**.journal' - '!**.journal'
- '!**.j' - '!**.j'
- '!**.ledger' - '!**.ledger'