Skip to content

Commit 07cc34a

Browse files
committed
ci: only publish on push
1 parent bf07294 commit 07cc34a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/kotlin_ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Kotlin CI
22

33
on:
44
workflow_dispatch:
5+
push:
6+
branches:
7+
- main
58
pull_request:
69
branches:
710
- main
@@ -35,6 +38,7 @@ jobs:
3538

3639
- name: Archive Build Output
3740
uses: actions/upload-artifact@v4
41+
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
3842
with:
3943
name: algokit_transact.aar
4044
path: packages/android/algokit_transact/build/outputs/aar/algokit_transact-release.aar

0 commit comments

Comments
 (0)