Skip to content

Commit aa26ae7

Browse files
Fix braches
1 parent 870327d commit aa26ae7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@ name: Cloudinary Python SDK Test
22

33
on:
44
push:
5-
branches:
6-
- main
5+
branches: [ "**" ]
76
pull_request:
8-
branches:
9-
- main
7+
branches: [ "**" ]
108

119
jobs:
1210
test:

0 commit comments

Comments
 (0)