Skip to content

Commit

Permalink
chore: Add workflow dispatch to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mohkale committed Nov 17, 2024
1 parent 1b62fd9 commit 29d593c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches: release
types: [opened, reopened, edited]
workflow_dispatch:
schedule:
- cron: "0 13 * * *"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches: release
types: [opened, reopened, edited]
workflow_dispatch:
schedule:
- cron: "0 13 * * *"

Expand Down

0 comments on commit 29d593c

Please sign in to comment.