Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
Update build_and_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aadityayadav17 authored Oct 12, 2024
1 parent 0859598 commit b7c1a38
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# To build and test a Flutter application whenever changes are
# pushed to the main branch or when pull requests are made to it.
# pushed to the main branch.
name: Multi-Platform Build and Test

on: [push, pull_request]
on:
push:
branches:
- main
- aadi
- gaga
- nidhi

jobs:
build_android:
Expand Down

0 comments on commit b7c1a38

Please # to comment.