Browse Source

update github action

shanghaikid 2 years ago
parent
commit
a8e2fa9bb5
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/dev.yml

+ 3 - 0
.github/workflows/dev.yml

@@ -4,6 +4,9 @@ on:
   pull_request_target:
     branches: [main]
     types: [closed]
+  push:
+    branches:
+      - main
 
 jobs:
   build: