ignore docs and scripts on workflow

This commit is contained in:
creating2morrow 2023-05-02 04:00:19 -04:00
parent e7ebb9a0fb
commit 1fd81ea71e

View file

@ -2,6 +2,10 @@ name: Rust
on:
push:
paths-ignore:
- 'docs/**'
- 'scripts/**'
- 'README.md'
branches: [ "main" ]
pull_request:
branches: [ "main" ]