From 8df6829574533ad0cfdf389a0b46007174237d27 Mon Sep 17 00:00:00 2001 From: bluesid Date: Sat, 9 Mar 2024 15:35:33 +0900 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) 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 }}