Skip to content

Commit

Permalink
Merge pull request #1188 from Fryguy/workflow_dispatch
Browse files Browse the repository at this point in the history
Add workflow_dispatch event
  • Loading branch information
jrafanie authored Sep 5, 2024
2 parents 3718b7c + 5971455 commit 64c1abd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
pull_request:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:

env:
BUNDLE_WITHOUT: test:development
Expand Down

0 comments on commit 64c1abd

Please sign in to comment.