Add paths-ignore to GitHub Actions for build workflow

This commit is contained in:
2025-04-08 12:04:16 +03:00
parent ea566cfdeb
commit 7c07952df1

View File

@ -3,8 +3,18 @@ name: Build Project
on:
push:
branches: [ "master" ]
paths-ignore:
- 'ISSUE_TEMPLATE/**'
- 'workflows/**'
- '.vsocde/**'
- 'docs/**'
pull_request:
branches: [ "master" ]
paths-ignore:
- 'ISSUE_TEMPLATE/**'
- 'workflows/**'
- '.vsocde/**'
- 'docs/**'
permissions:
contents: write