Skip to content

Commit

Permalink
Ignore CI on mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
asl committed May 31, 2024
1 parent 78bb5aa commit f2df5e4
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ on:
- '*'
paths-ignore:
- 'docs/**'
- 'mkdocs.yml'
pull_request:
paths-ignore:
- 'docs/**'
- 'mkdocs.yml'

env:
BUILD_TYPE: Release
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
pull_request:
paths-ignore:
- 'docs/**'
- 'mkdocs.yml'
push:
tags:
- '*'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/iontorrent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
pull_request:
paths-ignore:
- 'docs/**'
- 'mkdocs.yml'
push:
tags:
- '*'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/isolated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
pull_request:
paths-ignore:
- 'docs/**'
- 'mkdocs.yml'
push:
tags:
- '*'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/long_reads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
pull_request:
paths-ignore:
- 'docs/**'
- 'mkdocs.yml'
push:
tags:
- '*'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mate_pairs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
pull_request:
paths-ignore:
- 'docs/**'
- 'mkdocs.yml'
push:
tags:
- '*'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
pull_request:
paths-ignore:
- 'docs/**'
- 'mkdocs.yml'
push:
tags:
- '*'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- '*'
paths-ignore:
- 'docs/**'
- 'mkdocs.yml'

env:
INSTALL_DIR: ${{github.workspace}}/spades
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rna.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
pull_request:
paths-ignore:
- 'docs/**'
- 'mkdocs.yml'
push:
tags:
- '*'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/single_cell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
pull_request:
paths-ignore:
- 'docs/**'
- 'mkdocs.yml'
push:
tags:
- '*'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
pull_request:
paths-ignore:
- 'docs/**'
- 'mkdocs.yml'
push:
tags:
- '*'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/usecases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ on:
- '*'
paths-ignore:
- 'docs/**'
- 'mkdocs.yml'
pull_request:
paths-ignore:
- 'docs/**'
- 'mkdocs.yml'

env:
BUILD_TYPE: Release
Expand Down

0 comments on commit f2df5e4

Please sign in to comment.