Skip to content

Commit f1fccce

Browse files
committed
Update test on
1 parent fd0bf2d commit f1fccce

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@ name: "Test"
33
on:
44
workflow_dispatch:
55
push:
6-
#branches: [master]
7-
#paths: &paths
8-
paths:
6+
branches: [master]
7+
paths: &paths
98
- ".github/workflows/test.yaml"
109
- "src/**"
1110
- "tests/**"
1211
- "pyproject.toml"
13-
#pull_request:
14-
# paths: *paths
12+
pull_request:
13+
paths: *paths
1514

1615
jobs:
1716
build:

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ sshkey = vultr.post('ssh-keys', name='key-name', ssh_key='ssh-rsa AAAA...')
120120
vultr.delete(f"instances/019ad1a8-2aa3-7650-83d1-8520d65ed6af")
121121
```
122122

123-
These methods take the URI as the first argument, and data kwargs as the second.
124-
125123
Full Documentation: [https://cssnr.github.io/vultr-python](https://cssnr.github.io/vultr-python/)
126124

127125
Vultr API Reference: [https://www.vultr.com/api](https://www.vultr.com/api/?ref=6905748)

docs/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ sshkey = vultr.post('ssh-keys', name='key-name', ssh_key='ssh-rsa AAAA...')
9696
vultr.delete(f"instances/019ad1a8-2aa3-7650-83d1-8520d65ed6af")
9797
```
9898

99-
These methods take the URI as the first argument, and data kwargs as the second.
100-
10199
 
102100

103101
Vultr API Reference: [https://www.vultr.com/api](https://www.vultr.com/api/?ref=6905748)

0 commit comments

Comments
 (0)