mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 03:16:20 +00:00
Ignore more aggressively for CI
This commit is contained in:
parent
ff4ce55e81
commit
fe19ef2fca
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
@ -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:
|
||||
|
8
.github/workflows/stack-nix.yml
vendored
8
.github/workflows/stack-nix.yml
vendored
@ -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'
|
||||
|
||||
|
6
.github/workflows/stack.yml
vendored
6
.github/workflows/stack.yml
vendored
@ -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'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user