removing pull_request builds from workflow

This commit is contained in:
Sean OMeara 2023-01-13 13:07:20 +01:00 committed by Sean OMeara
parent a59626c971
commit ea0f7dde95

View File

@ -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