Update workflow.yml

Signed-off-by: Sora Morimoto <sora@morimoto.io>
This commit is contained in:
Sora Morimoto
2020-07-11 11:26:23 +09:00
parent 3652aeb025
commit f03a8cc2e7

View File

@@ -4,9 +4,6 @@ on:
pull_request:
paths:
- "plugins/*"
push:
paths:
- "plugins/*"
jobs:
check_plugin_registration:
@@ -14,6 +11,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js 14.x
uses: actions/setup-node@v1