Explorar el Código

:pencil: Only run lint once

Jeff Triplett hace 5 años
padre
commit
576c61b9c4
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      .github/workflows/lint.yml

+ 3 - 1
.github/workflows/lint.yml

@@ -1,6 +1,8 @@
 name: Lint Awesome List
 
-on: [push, pull_request]
+on:
+  pull_request:
+  push: [main]
 
 jobs:
   lint: