Explorar o código

Checks on push and fix formatting (#1048)

Lipis %!s(int64=5) %!d(string=hai) anos
pai
achega
e9058dc5a7
Modificáronse 2 ficheiros con 12 adicións e 4 borrados
  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: