Skip to content

Commit

Permalink
ci: Changed trigger paths to simply only be rust files
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ishere committed Jan 27, 2024
1 parent df2b2d4 commit 96fe6cc
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ name: Check project with cargo tooling

on:
push:
paths-ignore:
- '**/README.md'
paths:
- '**.rs'
- '.github/workflows/**.yml'
pull_request:
paths-ignore:
- '**/README.md'

paths:
- '**.rs'
- '.github/workflows/**.yml'
workflow_dispatch:

env:
CARGO_TERM_COLOR: always

Expand Down

0 comments on commit 96fe6cc

Please sign in to comment.