Skip to content

Instantly share code, notes, and snippets.

View Abrifq's full-sized avatar
🔥
got too much work lolololol

Arda Aydın Abrifq

🔥
got too much work lolololol
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.