Sfoglia il codice sorgente

update build workflow

WangWeimin 5 anni fa
parent
commit
99552f332b
1 ha cambiato i file con 1 aggiunte e 5 eliminazioni
  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: