We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57913c5 commit a6007d1Copy full SHA for a6007d1
.github/workflows/Release.yml
@@ -1,6 +1,7 @@
1
name: GitHub Release with APKs
2
3
on:
4
+ workflow_dispatch:
5
push:
6
tags:
7
- 'v*'
.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