Skip to content

Commit

Permalink
Merge pull request #1824 from reviewdog/depup-dispatch
Browse files Browse the repository at this point in the history
Add workflow_dispatch to depup workflow
  • Loading branch information
haya14busa authored Jul 4, 2024
2 parents a054ee3 + d2fb6b2 commit de82e24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/depup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
- cron: '14 14 * * *' # Runs at 14:14 UTC every day
repository_dispatch:
types: [depup]
workflow_dispatch:

jobs:
protoc:
Expand Down

0 comments on commit de82e24

Please sign in to comment.