run CI action on new PR

This commit is contained in:
Oleg 2022-09-05 17:06:15 +03:00
parent f21f51ecba
commit 5e99442144
1 changed files with 4 additions and 1 deletions

View File

@ -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