Skip to content

Commit

Permalink
Merge pull request #23 from EringiShimeji/update-buf-ci
Browse files Browse the repository at this point in the history
Buf CI の実行条件を変更
  • Loading branch information
harsssh authored Aug 18, 2024
2 parents b27f167 + 7b72aed commit 1c053d5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/buf-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
name: Buf CI
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
paths:
- .github/workflows/buf-ci.yaml
- "**.proto"
- buf.yaml
- buf.gen.yaml
- buf.lock
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
delete:
permissions:
contents: read
Expand Down

0 comments on commit 1c053d5

Please sign in to comment.