mirror of
https://gitea.com/actions/dorny-paths-filter.git
synced 2025-12-11 10:59:54 +00:00
Skip CI when modifying only README or CHANGELOG
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -1,6 +1,7 @@
|
||||
name: "Build"
|
||||
on:
|
||||
push:
|
||||
paths-ignore: [ '*.md' ]
|
||||
branches:
|
||||
- master
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
name: "Pull Request Verification"
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore: [ '*.md' ]
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
|
||||
Reference in New Issue
Block a user