fix: only trigger on branch pushes, not tags (breaks release-tag feedback loop)
All checks were successful
Android Build & Publish / android (push) Successful in 2m2s
All checks were successful
Android Build & Publish / android (push) Successful in 2m2s
This commit is contained in:
@@ -2,6 +2,9 @@ name: Android Build & Publish
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- main
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
Reference in New Issue
Block a user