Add a section in Actions worflow to ignore certain file changes

This commit is contained in:
Reza 2023-02-04 12:03:44 -04:00
parent 4b8874ceb9
commit 2844db82e7

View file

@ -5,6 +5,8 @@ on:
branches:
- "master"
- "flake"
paths-ignore:
- "README.md"
pull_request:
branches:
- "master"