Skip to content

Commit

Permalink
Allow manually triggering the github autorelease (#3673)
Browse files Browse the repository at this point in the history
  • Loading branch information
billyb2 committed Jun 25, 2024
1 parent 9fbf551 commit 0048705
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Automatically release a new version of flyctl
on:
schedule:
- cron: "0 19 * * MON-THU" # Runs at 3 PM Eastern Daylight Time Monday Through Thursday (8 PM UTC)
workflow_dispatch:

permissions:
contents: write
Expand Down

0 comments on commit 0048705

Please sign in to comment.