Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX committed Jul 11, 2023
1 parent 9b23ca1 commit f7268d3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/genminified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
strategy:
matrix:
config:
- branch: ${{ github.ref }},
- branch: ${{ github.ref }}
# Sync branches
- branch: v0.10.x,
- branch: v0.10.x
m: 1
codes:
armeabi-v7a: [0, 952002020],
x86: [0, 962002020],
arm64-v8a: [0, 972002020],
armeabi-v7a: [0, 952002020]
x86: [0, 962002020]
arm64-v8a: [0, 972002020]
x86_64: [0, 982002020]
exclude:
# disable branch sync for non default branch
Expand Down

0 comments on commit f7268d3

Please sign in to comment.