mirror of
https://github.com/dorny/paths-filter.git
synced 2025-01-13 20:05:35 +00:00
Skip CI when modifying only README or CHANGELOG
This commit is contained in:
parent
febe8330ca
commit
a339507743
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
|
||||
|
Loading…
Reference in New Issue
Block a user