Browse Source

update build workflow

WangWeimin 5 năm trước cách đây
mục cha
commit
99552f332b
1 tập tin đã thay đổi với 1 bổ sung5 xóa
  1. 1 5
      .github/workflows/python_build.yml

+ 1 - 5
.github/workflows/python_build.yml

@@ -3,11 +3,7 @@
 
 name: Python build
 
-on:
-  push:
-    branches: [ master ]
-  pull_request:
-    branches: [ master ]
+on: [push, pull_request]
 
 jobs:
   build: