Browse Source

chore: update

走鹃 3 years ago
parent
commit
9c5841c2d8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/lighthouse.yml

+ 2 - 2
.github/workflows/lighthouse.yml

@@ -2,9 +2,9 @@ name: 'lighthouse test'
 
 on:
   pull_request:
-    branches: [ main, release, milestone** ]
-  push:
     branches: [ main, release, milestone**, feat/a11y-aria ]
+  push:
+    branches: [ main, release, milestone** ]
 
 jobs:
   lhci: