diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8885b42..29cbe0e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,14 +1,7 @@ -name: Test +name: VPN Connect Test on: - push: - branches: - - main - paths-ignore: - - README.md - pull_request: - - + workflow_dispatch: jobs: show-context: runs-on: ubuntu-latest @@ -33,4 +26,4 @@ jobs: with: config_file: .github/workflows/client.ovpn - name: Check if connected - run: curl -v ${{ secrets.TARGET_URL }} \ No newline at end of file + run: curl -v ${{ secrets.TARGET_URL }}