Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Commit 3176989

Browse files
authored
Merge pull request #551 from cartland/workflow_dispatch
Add triggers to .github/workflows/
2 parents 2136c37 + cb1cc3f commit 3176989

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 0 deletions
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: [ main ]
2021
pull_request:

.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)