浏览代码

Update lint.yml

Shlee 1 周之前
父节点
当前提交
d7e40be15a
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .github/workflows/lint.yml

+ 4 - 0
.github/workflows/lint.yml

@@ -5,6 +5,10 @@ on:
     branches:
       - dev
       - staging
+  pull_request:
+    branches:
+      - dev
+      - staging
 
 jobs:
   lint: