ci: update deploy-android workflow to trigger only on the release branch
Some checks failed
Deploy Flutter to Firebase / deploy-android (push) Failing after 1m23s

This commit is contained in:
Van Leemput Dayron
2025-12-09 14:47:36 +01:00
parent 020fa8823d
commit e77393dd13

View File

@@ -1,7 +1,7 @@
name: Deploy Flutter to Firebase
on:
push:
branches: [ main, master ]
branches: release
jobs:
deploy-android: