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 bf07294 commit 07cc34aCopy full SHA for 07cc34a
.github/workflows/kotlin_ci.yml
@@ -2,6 +2,9 @@ name: Kotlin CI
2
3
on:
4
workflow_dispatch:
5
+ push:
6
+ branches:
7
+ - main
8
pull_request:
9
branches:
10
- main
@@ -35,6 +38,7 @@ jobs:
35
38
36
39
- name: Archive Build Output
37
40
uses: actions/upload-artifact@v4
41
+ if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
42
with:
43
name: algokit_transact.aar
44
path: packages/android/algokit_transact/build/outputs/aar/algokit_transact-release.aar
0 commit comments