diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fa3caa9..3ed6e0f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -51,6 +51,8 @@ jobs: with: toolchain: stable override: true + - name: Setup Protobuf Compiler + uses: arduino/setup-protoc@v2 - uses: katyo/publish-crates@v2 with: registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }} \ No newline at end of file diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 990613c..c0d1032 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ "main", "dev" ] + branches: [ "dev" ] pull_request: - branches: [ "main", "dev" ] + branches: [ "dev" ] jobs: test: