We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3437ab + 58ac987 commit 9a02de6Copy full SHA for 9a02de6
.github/workflows/build_test.yaml
@@ -1,6 +1,7 @@
1
name: build_test
2
3
on:
4
+ workflow_dispatch:
5
push:
6
branches:
7
- main
@@ -56,5 +57,3 @@ jobs:
56
57
with:
58
name: test-reports-${{ matrix.api-level }}
59
path: ./app/build/reports/androidTests
-
60
.github/workflows/copy-branch.yml
@@ -5,6 +5,7 @@ name: Duplicates main to old master branch
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the main branch
8
9
10
branches: [ main ]
11
0 commit comments