Skip to content

Commit

Permalink
chore(ci): turn off proto checks
Browse files Browse the repository at this point in the history
  • Loading branch information
kioqq committed Dec 19, 2023
1 parent 38679c5 commit 6ff5fd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,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:
branches-ignore:
- 'coinomics_v2' # NOTE: breaking changes are not really breaking as they are introduced in a module which was never deployed on chain
workflow_dispatch:
pull_request:
# paths:
Expand Down

0 comments on commit 6ff5fd8

Please sign in to comment.