fix: correct indentation for push trigger in package-android.yml

- Adjusted the indentation of the push trigger section in the package-android.yml workflow to ensure proper YAML formatting and functionality.
This commit is contained in:
Steven Enamakel
2026-02-05 14:43:10 +05:30
parent 57d5478ac2
commit 3e19e9542a
+3 -3
View File
@@ -10,9 +10,9 @@ on:
description: "Publish to release (requires main branch)"
type: boolean
default: false
push:
branches:
- develop
push:
branches:
- develop
workflow_run:
workflows: ["Version Bump"]
types: