Ignore more aggressively for CI

This commit is contained in:
Vaibhav Sagar 2023-12-15 14:07:12 +11:00
parent ff4ce55e81
commit fe19ef2fca
3 changed files with 20 additions and 0 deletions

View File

@ -15,7 +15,10 @@ on:
- 'ipython-kernel/**'
- 'jupyterlab-ihaskell/**'
- 'main/**'
- 'nix/**'
- 'src/**'
- 'flake.nix'
- 'flake.lock'
- 'stack.yaml'
pull_request:
paths:
@ -29,8 +32,11 @@ on:
- 'ihaskell.cabal'
- 'ipython-kernel/**'
- 'jupyterlab-ihaskell/**'
- 'nix/**'
- 'main/**'
- 'src/**'
- 'flake.nix'
- 'flake.lock'
- 'stack.yaml'
jobs:

View File

@ -10,7 +10,11 @@ on:
- '.ghci'
- '.gitignore'
- 'images/**'
- 'nix/**'
- 'notebooks/**'
- 'flake.nix'
- 'flake.lock'
- 'README.md'
- 'README.md'
- 'hie.yaml'
pull_request:
@ -22,7 +26,11 @@ on:
- '.ghci'
- '.gitignore'
- 'images/**'
- 'nix/**'
- 'notebooks/**'
- 'flake.nix'
- 'flake.lock'
- 'README.md'
- 'README.md'
- 'hie.yaml'

View File

@ -10,7 +10,10 @@ on:
- '.ghci'
- '.gitignore'
- 'images/**'
- 'nix/**'
- 'notebooks/**'
- 'flake.nix'
- 'flake.lock'
- 'README.md'
- 'hie.yaml'
pull_request:
@ -22,7 +25,10 @@ on:
- '.ghci'
- '.gitignore'
- 'images/**'
- 'nix/**'
- 'notebooks/**'
- 'flake.nix'
- 'flake.lock'
- 'README.md'
- 'hie.yaml'