add paths-ignore

This commit is contained in:
Vladimir Avtsenov 2025-02-15 06:34:53 +03:00
parent 552b175a48
commit 78f964e9c4
2 changed files with 8 additions and 0 deletions

View File

@ -5,6 +5,10 @@ on:
branches:
- develop
- main
paths-ignore:
- '**.md'
- '.github/**'
- '!.github/workflows/build-for-release.yml'
release:
types: [published]

View File

@ -5,6 +5,10 @@ on:
branches:
- develop
- main
paths-ignore:
- '**.md'
- '.github/**'
- '!.github/workflows/check.yml'
jobs:
check: