Skip to content

Commit

Permalink
ci: buf push draft if not in master
Browse files Browse the repository at this point in the history
  • Loading branch information
onsails committed Nov 16, 2023
1 parent 64aeaa3 commit 5843f06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/proto-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ jobs:
with:
input: "proto"
buf_token: ${{ secrets.BUF_TOKEN }}
draft: ${{ github.ref_name != 'master'}}

0 comments on commit 5843f06

Please sign in to comment.