فهرست منبع

Checks on push and fix formatting (#1048)

Lipis 5 سال پیش
والد
کامیت
e9058dc5a7
2فایلهای تغییر یافته به همراه12 افزوده شده و 4 حذف شده
  1. 6 2
      .github/workflows/lint.yml
  2. 6 2
      .github/workflows/test.yml

+ 6 - 2
.github/workflows/lint.yml

@@ -1,6 +1,10 @@
-name: Node CI
+name: Lint
 
-on: [pull_request]
+on:
+  push:
+    branches:
+      - master
+  pull_request:
 
 jobs:
   lint:

+ 6 - 2
.github/workflows/test.yml

@@ -1,6 +1,10 @@
-name: Node CI
+name: Tests
 
-on: [pull_request]
+on:
+  push:
+    branches:
+      - master
+  pull_request:
 
 jobs:
   test: