Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
quetool committed Mar 12, 2024
1 parent 0f0d1f9 commit 94ddc99
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-android-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+(-beta)+[0-9]*'
- '!v[0-9]+.[0-9]+.[0-9]+(-alpha)+[0-9]*'

jobs:
build_with_signing:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
- '!v[0-9]+.[0-9]+.[0-9]+(-beta)+[0-9]*'
- '!v[0-9]+.[0-9]+.[0-9]+(-alpha)+[0-9]*'

jobs:
build_with_signing:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-ios-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+(-beta)+[0-9]*'
- '!v[0-9]+.[0-9]+.[0-9]+(-alpha)+[0-9]*'

jobs:
build_with_signing:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
- '!v[0-9]+.[0-9]+.[0-9]+(-beta)+[0-9]*'
- '!v[0-9]+.[0-9]+.[0-9]+(-alpha)+[0-9]*'

jobs:
build_with_signing:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+(-beta)+[0-9]*'
- '!v[0-9]+.[0-9]+.[0-9]+(-alpha)+[0-9]*'

jobs:
publish:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
- '!v[0-9]+.[0-9]+.[0-9]+(-beta)+[0-9]*'
- '!v[0-9]+.[0-9]+.[0-9]+(-alpha)+[0-9]*'

jobs:
publish:
Expand Down

0 comments on commit 94ddc99

Please sign in to comment.