Skip to content

Instantly share code, notes, and snippets.

View followthemoney1's full-sized avatar
🏠
Working from home

Dmitry Dyachenko followthemoney1

🏠
Working from home
View GitHub Profile
@followthemoney1
followthemoney1 / flutter_github_ci.yml
Created December 2, 2022 11:45 — forked from rodydavis/flutter_github_ci.yml
Flutter Github Actions Build and Deploy Web to Firebase Hosting, iOS to Testflight, Android to Google Play (fastlane)
name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build_web: