Skip to content

Commit

Permalink
chore(ci): add more ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 16, 2024
1 parent 77a92a5 commit 4703c6e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ name: CI Linux
on:
push:
paths-ignore:
- "cog.toml"
- "**.md"
- "skel/**"
- "assets/**"
- "docs/**"
- "modules/obsolete/**"
- ".gitignore/workflows/cocogitto.yaml"
- ".gitignore/workflows/jekyll-gh-pages.yaml"
pull_request:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ci-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ name: CI MacOS
on:
push:
paths-ignore:
- "cog.toml"
- "**.md"
- "skel/**"
- "assets/**"
- "docs/**"
- "modules/obsolete/**"
- ".gitignore/workflows/cocogitto.yaml"
- ".gitignore/workflows/jekyll-gh-pages.yaml"
pull_request:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ci-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ name: CI Windows
on:
push:
paths-ignore:
- "cog.toml"
- "**.md"
- "skel/**"
- "assets/**"
- "docs/**"
- "modules/obsolete/**"
- ".gitignore/workflows/cocogitto.yaml"
- ".gitignore/workflows/jekyll-gh-pages.yaml"
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/jekyll-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches: ["main"]
paths:
- "**.md"
- "docs/**"

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 4703c6e

Please sign in to comment.