Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3c44564

Browse files
committedMay 7, 2025·
Add workflow_dispatch trigger to workflows from GitHub
1 parent 754997d commit 3c44564

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎.github/workflows/android.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
name: Android CI
1616

1717
on:
18+
workflow_dispatch:
1819
push:
1920
branches:
2021
- main

‎.github/workflows/copy-branch.yml

+1
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)
Please sign in to comment.