Skip to content

Commit

Permalink
Merge pull request #224 from spinkube/ignore
Browse files Browse the repository at this point in the history
.github/workflows: only run CI when code files change
  • Loading branch information
Mossaka authored Nov 7, 2024
2 parents 6bf26b9 + ba20915 commit cc5e6fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ name: ci
on:
pull_request:
branches: [main]
paths-ignore:
- '**.md'
- 'docs/**'
- 'LICENSE'
- 'Makefile'

env:
CARGO_TERM_COLOR: always
jobs:
Expand Down

0 comments on commit cc5e6fa

Please sign in to comment.