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