We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 095017a commit ae2e92eCopy full SHA for ae2e92e
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ on:
7
push:
8
branches: [main]
9
pull_request:
10
- branches: [main, 3.3, 3.4]
+ branches: [main, v3]
11
12
permissions:
13
contents: read
.github/workflows/integration-tests.yml
@@ -2,9 +2,9 @@ name: Integration Tests
2
3
on:
4
5
6
0 commit comments