Skip to content

Commit 28daa82

Browse files
author
Arvyd Paeglit
authored
chore: modified Github action to release new stable versions manually (#193)
1 parent 4bd15bf commit 28daa82

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ name: Release
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: "0 9 * * 2" # every Tuesday at 9 am UTC
5+
branches:
6+
- main
7+
# schedule:
8+
# - cron: "0 9 * * 2" # every Tuesday at 9 am UTC
79

810
jobs:
911
release:

0 commit comments

Comments
 (0)