;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: paths:
- '.github/workflows/linux.yml' - '.github/workflows/linux.yml'
- 'stack*' - 'stack*'
- 'hledger-lib' - 'hledger-lib/**'
- 'hledger' - 'hledger/**'
- 'hledger-ui' - 'hledger-ui/**'
- 'hledger-web' - 'hledger-web/**'
- 'tests' - 'tests/**'
- '!**.md' - '!**.md'
- '!**.1' - '!**.1'
- '!**.5' - '!**.5'