Skip to content

Commit aaf45dd

Browse files
authored
chore: Enable option to manually run workflows (#19)
1 parent 993856b commit aaf45dd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/beta-docker-branch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Beta docker on dev branch
22

33
on:
4+
workflow_dispatch:
5+
46
push:
57
branches-ignore:
68
- 'main'

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Release
22

33
on:
4+
workflow_dispatch:
5+
46
push:
57
branches:
68
- main

0 commit comments

Comments
 (0)