Skip to content

Commit

Permalink
chore(ci): fine tune when CI get invoked
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 4, 2023
1 parent 889ae07 commit f05b572
Show file tree
Hide file tree
Showing 3 changed files with 12 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 @@ -2,6 +2,10 @@ name: CI Linux

on:
push:
paths-ignore:
- "**.md"
- ".git**" # .gitignore, .gitworkflow
- "skel/**"
pull_request:
workflow_dispatch:
# Run weekly
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 @@ -2,6 +2,10 @@ name: CI MacOS

on:
push:
paths-ignore:
- "**.md"
- ".git**" # .gitignore, .gitworkflow
- "skel/**"
pull_request:
workflow_dispatch:
# Run weekly
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 @@ -2,6 +2,10 @@ name: CI Windows

on:
push:
paths-ignore:
- "**.md"
- ".git**" # .gitignore, .gitworkflow
- "skel/**"
pull_request:
workflow_dispatch:
# Run weekly
Expand Down

0 comments on commit f05b572

Please sign in to comment.