Browse Source

Add manual Github Action trigger

openvpn
ValdikSS 2 years ago
parent
commit
404850245e
  1. 1
      .github/workflows/build.yml

1
.github/workflows/build.yml

@ -4,6 +4,7 @@ on:
push:
paths:
- 'src/**'
workflow_dispatch:
env:
WINDIVERT_URL: https://www.reqrypt.org/download/WinDivert-2.2.0-A.zip

Loading…
Cancel
Save