Browse Source

:pencil: Only run lint once

Jeff Triplett 4 years ago
parent
commit
576c61b9c4
1 changed files with 3 additions and 1 deletions
  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: