diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3b3c3e5..10d8001 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,6 +5,11 @@ name: build on: push: branches: [ main, dev, 'feature/*', 'rel/*' ] + paths-ignore: + - changelog.md + - code-of-conduct.md + - security.md + - support.md pull_request: types: [opened, synchronize, reopened]