mirror of
https://github.com/rockerBOO/awesome-neovim
synced 2024-11-10 05:34:13 +00:00
Only run pr-title workflow when README.md is modified (#1018)
This commit is contained in:
parent
369597cdbe
commit
b9232352f2
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pr-title.yml
vendored
1
.github/workflows/pr-title.yml
vendored
|
@ -3,6 +3,7 @@ name: PR Title
|
|||
on:
|
||||
pull_request:
|
||||
types: [opened, edited, synchronize]
|
||||
paths: [README.md]
|
||||
|
||||
jobs:
|
||||
run:
|
||||
|
|
Loading…
Reference in a new issue