Skip to content

Commit 9a02de6

Browse files
authored
Merge pull request #1029 from cartland/workflow_dispathc
Add workflow_dispatch trigger to workflows from GitHub
2 parents b3437ab + 58ac987 commit 9a02de6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_test.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: build_test
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- main
@@ -56,5 +57,3 @@ jobs:
5657
with:
5758
name: test-reports-${{ matrix.api-level }}
5859
path: ./app/build/reports/androidTests
59-
60-

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