Skip to content

Instantly share code, notes, and snippets.

View Henrydykee's full-sized avatar
💻
Remote

Dike Ugochukwu Henrydykee

💻
Remote
View GitHub Profile
@Henrydykee
Henrydykee / flutter-ci.yml
Created July 13, 2021 18:45 — forked from aagarwal1012/flutter-ci.yml
CI for your Flutter apps on GitHub Actions.
name: Flutter CI
# This workflow is triggered on pushes to the repository.
on:
push:
branches:
- master
# on: push # Default will running for every branch.