Skip to content

Commit

Permalink
chore: remove file filter on proto workflow (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-axner authored Oct 10, 2024
1 parent 01210c5 commit 2c2c068
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/proto.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: Protobuf
# Protobuf runs buf (https://buf.build/) lint and check-breakage
# This workflow is only run when a .proto file has been changed
on:
pull_request:
paths:
- "proto/**"


permissions:
contents: read

Expand Down

0 comments on commit 2c2c068

Please sign in to comment.