run CI action on new PR
This commit is contained in:
parent
f21f51ecba
commit
5e99442144
|
@ -3,7 +3,10 @@ name: CI
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- "*"
|
||||
- '*'
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
|
||||
env:
|
||||
PLUGIN_NAME: obsidian-bulk-rename-plugin
|
||||
|
|
Loading…
Reference in New Issue