Skip to content

Commit

Permalink
Fix workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mabe committed Nov 4, 2023
1 parent b8e2186 commit bb00e70
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_and_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ name: Build Flutter App

run-name: ${{ github.actor }} is building the Android app bundle 🚀

on: push

on:
push:
branches:
- 'main'
- master

jobs:

Expand Down

0 comments on commit bb00e70

Please sign in to comment.