Skip to content

Commit

Permalink
chore: modified Github action to release new stable versions manually (
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvi3d authored Aug 27, 2024
1 parent 4bd15bf commit 28daa82
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: Release

on:
workflow_dispatch:
schedule:
- cron: "0 9 * * 2" # every Tuesday at 9 am UTC
branches:
- main
# schedule:
# - cron: "0 9 * * 2" # every Tuesday at 9 am UTC

jobs:
release:
Expand Down

0 comments on commit 28daa82

Please sign in to comment.