Skip to content

Instantly share code, notes, and snippets.

View Abrifq's full-sized avatar
🪓
Whomever had the idea of Intern Driven Development, go axe yourself.

Arda Aydın Abrifq

🪓
Whomever had the idea of Intern Driven Development, go axe yourself.
View GitHub Profile
@aagarwal1012
aagarwal1012 / flutter-ci.yml
Last active March 23, 2024 11:54
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.