Parcourir la source

:pencil: Only run lint once

Jeff Triplett il y a 4 ans
Parent
commit
576c61b9c4
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  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: