From 28f9ab769f451d4d3ecc8293ec02307eac449ab3 Mon Sep 17 00:00:00 2001 From: Corentin Musard Date: Thu, 10 Jul 2025 12:20:41 +0200 Subject: [PATCH 1/2] test --- README.md | 6 +++--- apis/workflows/v1/automation.proto | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 993af7c..5cd2553 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@
- + BSR - - MIT License + + MIT License Join us on Discord diff --git a/apis/workflows/v1/automation.proto b/apis/workflows/v1/automation.proto index f783e08..59d448c 100644 --- a/apis/workflows/v1/automation.proto +++ b/apis/workflows/v1/automation.proto @@ -14,6 +14,7 @@ enum StorageType { STORAGE_TYPE_GCS = 1; // Google Cloud Storage STORAGE_TYPE_S3 = 2; // Amazon Web Services S3 STORAGE_TYPE_FS = 3; // Local filesystem + STORAGE_TYPE_AZURE = 4; // Microsoft Azure Blob Storage } // Storage location is some kind of storage that can contain data files or objects and be used as a trigger source. From 35e9ccb1ec23ae763d7bfdfe5295d4f5120846cb Mon Sep 17 00:00:00 2001 From: Corentin Musard Date: Thu, 10 Jul 2025 14:40:39 +0200 Subject: [PATCH 2/2] test --- .github/workflows/buf.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/buf.yaml b/.github/workflows/buf.yaml index f2d13c1..e7e2bea 100644 --- a/.github/workflows/buf.yaml +++ b/.github/workflows/buf.yaml @@ -3,8 +3,9 @@ name: Lint Protobuf on: push: - branches: [main] pull_request: + types: [ opened, synchronize, reopened, labeled, unlabeled] + delete: merge_group: branches: ["**"]