Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ name: Lint Protobuf

on:
push:
branches: [main]
pull_request:
types: [ opened, synchronize, reopened, labeled, unlabeled]
delete:
merge_group:
branches: ["**"]

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
</h1>

<div align="center">
<a href="https://buf.build/tilebox/tilebox-apis">
<a href="https://buf.build/tilebox/api">
<img src="https://img.shields.io/badge/BSR-Module-0C65EC?style=flat-square&color=f43f5e" alt="BSR"/>
</a>
<a href="https://github.com/tilebox/tilebox-apis/blob/main/LICENSE">
<img src="https://img.shields.io/github/license/tilebox/tilebox-apis.svg?style=flat-square&color=f43f5e" alt="MIT License"/>
<a href="https://github.com/tilebox/api/blob/main/LICENSE">
<img src="https://img.shields.io/github/license/tilebox/api.svg?style=flat-square&color=f43f5e" alt="MIT License"/>
</a>
<a href="https://tilebox.com/discord">
<img src="https://img.shields.io/badge/Discord-%235865F2.svg?style=flat-square&logo=discord&logoColor=white" alt="Join us on Discord"/>
Expand Down
1 change: 1 addition & 0 deletions apis/workflows/v1/automation.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down