Skip to content

Instantly share code, notes, and snippets.

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

Mohammed CHAHBOUN M97Chahboun

🏠
Working from home
View GitHub Profile
@M97Chahboun
M97Chahboun / flutter_github_ci.yml
Created June 5, 2022 02:52 — 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: