;ci: github: react to the specific yml file

This commit is contained in:
Simon Michael 2020-03-06 19:37:35 -08:00
parent 405ce9ea99
commit 2cfed3af24
4 changed files with 4 additions and 4 deletions

View File

@ -25,12 +25,12 @@ on:
pull_request:
branches: [ master ]
paths:
- '.github/workflows/linux-nightly.yml'
- 'stack*'
- 'hledger-lib'
- 'hledger'
- 'hledger-ui'
- 'hledger-web'
- '.github/workflows/linux*'
- '!**.md'
- '!**.1'
- '!**.5'

View File

@ -10,12 +10,12 @@ on:
push:
branches: [ ci, master ] # master too for testing
paths:
- '.github/workflows/mac-nightly.yml'
- 'stack*'
- 'hledger-lib'
- 'hledger'
- 'hledger-ui'
- 'hledger-web'
- '.github/workflows/mac*'
- '!**.md'
- '!**.1'
- '!**.5'

View File

@ -7,12 +7,12 @@ on:
push:
branches: [ master ]
paths:
- '.github/workflows/quick.yml'
- 'stack*'
- 'hledger-lib'
- 'hledger'
- 'hledger-ui'
- 'hledger-web'
- '.github/workflows/linux*'
- '!**.md'
- '!**.1'
- '!**.5'

View File

@ -11,12 +11,12 @@ on:
push:
branches: [ ci, master ] # master too for testing
paths:
- '.github/workflows/windows-nightly.yml'
- 'stack*'
- 'hledger-lib'
- 'hledger'
- 'hledger-ui'
- 'hledger-web'
- '.github/workflows/windows*'
- '!**.md'
- '!**.1'
- '!**.5'