Skip to content

Commit

Permalink
Update android-branch_ci.yml (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
HeCodes2Much committed Dec 23, 2022
1 parent 1492514 commit 4354aa0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/android-branch_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ name: Android Feature Branch CI
on:
push:
branches:
- '*'
- 'fix/**'
- 'bug/**'
- 'feature/**'
- '!main'
workflow_dispatch:

Expand Down Expand Up @@ -43,4 +45,4 @@ jobs:
with:
name: Signed app bundle
path: ${{steps.sign_app.outputs.signedReleaseFile}}
retention-days: 3
retention-days: 3

0 comments on commit 4354aa0

Please sign in to comment.