Skip to content

Instantly share code, notes, and snippets.

View i-asimkhan's full-sized avatar
💹
Let's connect ...

Aasim Khan i-asimkhan

💹
Let's connect ...
View GitHub Profile
@apgapg
apgapg / deploy.yml
Last active October 7, 2023 16:23
Github Workflow for Building, Releasing Flutter web app to Github Pages and Firebase Hosting
# This is a basic workflow to help you get started with Actions
name: Build, Release app to Github Pages and Firebase Hosting
# name: Test, Build and Release apk
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches:
- master