.md, documents/ ignored from workflow (#3982)

This commit is contained in:
Berk
2026-01-31 22:42:37 +03:00
committed by GitHub
parent 196143eb96
commit 1d36cc7df3
+10 -1
View File
@@ -3,7 +3,16 @@
name: Build and Release
on: [push, pull_request]
on:
push:
paths-ignore:
- "documents/**"
- "**/*.md"
pull_request:
paths-ignore:
- "documents/**"
- "**/*.md"
concurrency:
group: ci-${{ github.event_name }}-${{ github.ref }}