Browse Source

removing pull_request builds from workflow

Sean OMeara 2 years ago
parent
commit
ea0f7dde95
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .github/workflows/build.yml

+ 1 - 2
.github/workflows/build.yml

@@ -1,4 +1,4 @@
-on: [ push, pull_request ]
+on: [ push ]
 
 jobs:
   build_ubuntu:
@@ -105,4 +105,3 @@ jobs:
     - name: msbuild
       run: |
         msbuild windows\ZeroTierOne.sln /m /p:Configuration=Release  /property:Platform=x64 /t:ZeroTierOne:Rebuild        
-