Skip to content

Commit

Permalink
Add workflow_dispatch event for testing with manual trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanldolbir authored Jan 22, 2024
1 parent edd09d8 commit ddfb4da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/refresh.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Refresh master branch with vendor commits

on:
workflow_dispatch:
schedule:
- cron: '0 3 * * *' # Run every day at 3:00 AM

Expand Down

0 comments on commit ddfb4da

Please sign in to comment.