Skip to content

Commit

Permalink
Allow push even with breaking change (#85)
Browse files Browse the repository at this point in the history
This will allow #84 to
get pushed. Will revert this change once it is pushed.
  • Loading branch information
nicksnyder authored Mar 6, 2024
1 parent b00d838 commit c0a5c79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
if: github.ref == 'refs/heads/main'
needs:
- lint
- breaking
steps:
- uses: actions/checkout@v4
- name: Install buf cli
Expand Down

0 comments on commit c0a5c79

Please sign in to comment.