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 28, 2024
1 parent dae6834 commit b579e54
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: Build and Release

on:
workflow_dispatch:
schedule:
- cron: '0 9 * * 2' # every Tuesday at 9 am UTC
branches:
- main
# schedule: TODO: align release schedule with CLI
# - cron: '0 9 * * 2' # every Tuesday at 9 am UTC

jobs:
build:
Expand Down

0 comments on commit b579e54

Please sign in to comment.