mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 03:16:20 +00:00
.github/workflows/docker.yml: be selective about paths
This commit is contained in:
parent
39a7445da5
commit
4b4a4c7dcd
12
.github/workflows/docker.yml
vendored
12
.github/workflows/docker.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user