We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f61fe1 commit 3836c76Copy full SHA for 3836c76
.github/workflows/release.yml
@@ -2,7 +2,7 @@ name : Release
2
3
on:
4
push:
5
- branches: [ main ]
+ branches: [ "main", "feature/try-versioning"]
6
workflow_dispatch:
7
inputs:
8
version_bump:
README.md
@@ -160,4 +160,6 @@ These commit IDs represent the last migration checkpoint from each provider's or
160
- azurebs -> 18667d2a0b5237c38d053238906b4500cfb82ce8
161
- dav -> c64e57857539d0173d46e79093c2e998ec71ab63
162
- gcs -> d4ab2040f37415a559942feb7e264c6b28950f77
163
-- s3 -> 7ac9468ba8567eaf79828f30007c5a44066ef50f
+- s3 -> 7ac9468ba8567eaf79828f30007c5a44066ef50f
164
+
165
0 commit comments