Skip to content

Instantly share code, notes, and snippets.

View RockerFlower's full-sized avatar

RockerFlower RockerFlower

View GitHub Profile
@RockerFlower
RockerFlower / flutter.yml
Created May 13, 2020 10:42
Flutter Build, Test and Release config for GitHub actions
name: Test, Build and Release
# 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
# A workflow run is made up of one or more jobs that can run sequentially or in parallel