Skip to content

Commit

Permalink
#18 - Separate build and deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
astrutz committed Mar 14, 2021
1 parent 04c61e1 commit aedc476
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/flutter_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- run: flutter build apk
- run: flutter build ios --release --no-codesign
- run: flutter build web
deploy:
runs-on: ubuntu-latest
steps:
-
name: Deploy to GitHub Pages
if: success()
Expand Down

0 comments on commit aedc476

Please sign in to comment.