Skip to content

Instantly share code, notes, and snippets.

View ahmetcj4's full-sized avatar
👨‍💻
Curious

Ahmet Zorer ahmetcj4

👨‍💻
Curious
View GitHub Profile
@ahmetcj4
ahmetcj4 / flutter_github_ci.yml
Created July 19, 2020 21:19 — 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: