Sfoglia il codice sorgente

:pencil: Only run lint once

Jeff Triplett 4 anni fa
parent
commit
576c61b9c4
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  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: