Skip to content

Commit

Permalink
Added pre-release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGuyDangerous committed Oct 6, 2024
1 parent e432657 commit 936d95a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Flutter Build and Release

on:
push:
branches: [ main ]
branches: [ main, dev ]
pull_request:
branches: [ main ]
branches: [ main, dev ]

jobs:
build_and_release:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
tag_name: v0.${{ github.run_number }}
release_name: Release 0.${{ github.run_number }}
draft: false
prerelease: false
prerelease: ${{ github.ref == 'refs/heads/dev' }}

- name: Upload armeabi-v7a APK
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 936d95a

Please sign in to comment.