mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 03:16:20 +00:00
.github/workflows/{ci,nix}.yml: ignore paths
This commit is contained in:
parent
2429f3560f
commit
39a7445da5
22
.github/workflows/ci.yml
vendored
22
.github/workflows/ci.yml
vendored
@ -4,7 +4,29 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- 'demo/**'
|
||||
- 'docker/**'
|
||||
- 'Dockerfile'
|
||||
- '.dockerignore'
|
||||
- '.ghci'
|
||||
- '.gitignore'
|
||||
- 'images/**'
|
||||
- 'notebooks/**'
|
||||
- 'README.md'
|
||||
- '*.nix'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'demo/**'
|
||||
- 'docker/**'
|
||||
- 'Dockerfile'
|
||||
- '.dockerignore'
|
||||
- '.ghci'
|
||||
- '.gitignore'
|
||||
- 'images/**'
|
||||
- 'notebooks/**'
|
||||
- 'README.md'
|
||||
- '*.nix'
|
||||
|
||||
jobs:
|
||||
linux:
|
||||
|
22
.github/workflows/nix.yml
vendored
22
.github/workflows/nix.yml
vendored
@ -5,7 +5,29 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- 'demo/**'
|
||||
- 'docker/**'
|
||||
- 'Dockerfile'
|
||||
- '.dockerignore'
|
||||
- '.ghci'
|
||||
- '.gitignore'
|
||||
- 'images/**'
|
||||
- 'notebooks/**'
|
||||
- 'README.md'
|
||||
- '*.yaml'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'demo/**'
|
||||
- 'docker/**'
|
||||
- 'Dockerfile'
|
||||
- '.dockerignore'
|
||||
- '.ghci'
|
||||
- '.gitignore'
|
||||
- 'images/**'
|
||||
- 'notebooks/**'
|
||||
- 'README.md'
|
||||
- '*.yaml'
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user