Skip to content

Commit

Permalink
Add workflow_dispatch to alpha release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kategengler authored Jul 25, 2024
1 parent b699b6c commit 8abcd00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/alpha-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Alpha Releases
on:
schedule:
- cron: '0 20 * * 3' # weekly (Wednesday)
workflow_dispatch:

permissions:
contents: read
Expand Down

0 comments on commit 8abcd00

Please sign in to comment.