Skip to content

Commit ae2e92e

Browse files
committed
wip
1 parent 095017a commit ae2e92e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
push:
88
branches: [main]
99
pull_request:
10-
branches: [main, 3.3, 3.4]
10+
branches: [main, v3]
1111

1212
permissions:
1313
contents: read

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Integration Tests
22

33
on:
44
push:
5-
branches: [main, 3.3, 3.4]
5+
branches: [main, v3]
66
pull_request:
7-
branches: [main, 3.3, 3.4]
7+
branches: [main, v3]
88

99
permissions:
1010
contents: read

0 commit comments

Comments
 (0)