Skip to content

Commit a6007d1

Browse files
committed
Add workflow_dispatch trigger to workflows from GitHub
1 parent 57913c5 commit a6007d1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/Release.yml

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

33
on:
4+
workflow_dispatch:
45
push:
56
tags:
67
- 'v*'

.github/workflows/copy-branch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name: Duplicates main to old master branch
55
# Controls when the action will run. Triggers the workflow on push or pull request
66
# events but only for the main branch
77
on:
8+
workflow_dispatch:
89
push:
910
branches: [ main ]
1011

0 commit comments

Comments
 (0)