Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bluesid authored Mar 9, 2024
1 parent a65942f commit 8df6829
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -33,4 +26,4 @@ jobs:
with:
config_file: .github/workflows/client.ovpn
- name: Check if connected
run: curl -v ${{ secrets.TARGET_URL }}
run: curl -v ${{ secrets.TARGET_URL }}

0 comments on commit 8df6829

Please sign in to comment.