Skip to content

Commit

Permalink
Limit GitHub actions to running only on PRs affecting code/dependenci…
Browse files Browse the repository at this point in the history
…es (#375)

* Limit to running CI in case there are changes to `*.rs` or `Cargo.*` files
  • Loading branch information
de-sh committed Mar 16, 2022
1 parent 1fd6662 commit 17fec71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ on:
pull_request:
branches:
- master
paths:
- '**.rs'
- 'Cargo.*'
- '*/Cargo.*'

name: features

Expand Down

0 comments on commit 17fec71

Please sign in to comment.