Add paths-ignore to GitHub Actions for build workflow

This commit is contained in:
EnderIce2 2025-04-08 12:04:16 +03:00
parent ea566cfdeb
commit 7c07952df1
Signed by: enderice2
GPG Key ID: FEB6B8A8507BA62E

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