Skip to content

Commit

Permalink
ci: do not run github action if changes are not to source code
Browse files Browse the repository at this point in the history
  • Loading branch information
devmatteini committed Sep 17, 2022
1 parent 4a905fc commit 96bc970
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: CI
on:
push:
branches: [ master ]
paths-ignore:
- '**.md'
- 'assets/**'

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 96bc970

Please sign in to comment.