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: ["**"] 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.