Skip to content

Commit

Permalink
workflows fix V2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kendi J authored and Kendi J committed Oct 7, 2023
1 parent 3b81e07 commit baa8e57
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/working_branch.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: develop branch
name: working branch workflow

on:

push:
branches: [ develop ]
branches:
- '*'
# - '!develop'
- '!main'



Expand Down Expand Up @@ -35,8 +38,8 @@ jobs:


- name : Build Apk
run: flutter build apk --target-platform android-arm,android-arm64,android-x64 --split-per-abi
# - name : Build Apk
# run: flutter build apk --target-platform android-arm,android-arm64,android-x64 --split-per-abi



0 comments on commit baa8e57

Please sign in to comment.