.github/workflows/docker.yml: be selective about paths

This commit is contained in:
Vaibhav Sagar 2020-05-08 12:41:30 +08:00
parent 39a7445da5
commit 4b4a4c7dcd

View File

@ -3,6 +3,18 @@ on:
push:
branches:
- master
paths:
- '.dockerignore'
- 'Dockerfile'
- 'LICENSE'
- 'ghc-parser/**'
- 'html/**'
- 'ihaskell-display/**'
- 'ihaskell.cabal'
- 'ipython-kernel/**'
- 'main/**'
- 'src/**'
- 'stack.yaml'
jobs:
build:
runs-on: ubuntu-latest