Skip to content

Commit 616fe9c

Browse files
authored
fixes 5 (#55)
1 parent 1dc8d3f commit 616fe9c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/create_release_branch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Create Release Branch
22

33
on:
4+
workflow_dispatch:
45
schedule:
56
# Every day at 05:00 EST (10:00 UTC)
67
- cron: '0 10 * * *'

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Release Version
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- 'main'

0 commit comments

Comments
 (0)