;ci: linux: fix ci-linux push trigger

This commit is contained in:
Simon Michael 2020-03-19 11:43:04 -07:00
parent 612a4d1c0e
commit 004413cc57

View File

@ -29,11 +29,11 @@ on:
paths:
- '.github/workflows/linux.yml'
- 'stack*'
- 'hledger-lib'
- 'hledger'
- 'hledger-ui'
- 'hledger-web'
- 'tests'
- 'hledger-lib/**'
- 'hledger/**'
- 'hledger-ui/**'
- 'hledger-web/**'
- 'tests/**'
- '!**.md'
- '!**.1'
- '!**.5'