Browse Source

:handshake: Merge branch 'github-pages' into main

Jeff Triplett 4 years ago
parent
commit
2c1da52758
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .github/workflows/lint.yml

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

@@ -2,7 +2,9 @@ name: Lint Awesome List
 
 on:
   pull_request:
-  push: [main]
+  push:
+    branches:
+      - main
 
 jobs:
   lint: