Kaynağa Gözat

:pencil: Updates syntax

Jeff Triplett 4 yıl önce
ebeveyn
işleme
3063f3e9e2
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  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: