Skip to content

Commit

Permalink
fix workflow path typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ethernetdan committed Sep 29, 2023
1 parent 2890810 commit 6c9fd83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/protobuf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ on:
pull_request:
paths:
- "api/**"
- ".github/protobuf.yaml"
- ".github/workflows/protobuf.yaml"
push:
branches:
- main
paths:
- "api/**"
- ".github/protobuf.yaml"
- ".github/workflows/protobuf.yaml"
jobs:
protogen:
name: protogen
Expand Down

0 comments on commit 6c9fd83

Please sign in to comment.