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 905ebee commit 02db91dCopy full SHA for 02db91d
.github/workflows/rebase.yaml
@@ -32,12 +32,12 @@ jobs:
32
- branch: master
33
upstream_branch: master
34
upstream_repo: https://github.com/anza-xyz/agave.git
35
- - branch: v2.2
36
- upstream_branch: v2.2
37
- upstream_repo: https://github.com/anza-xyz/agave.git
38
- branch: v2.3
39
upstream_branch: v2.3
40
+ - branch: v3.0
+ upstream_branch: v3.0
+ upstream_repo: https://github.com/anza-xyz/agave.git
41
fail-fast: false
42
steps:
43
- uses: actions/checkout@v4
0 commit comments