Skip to content

Commit

Permalink
Fix CD trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert221 committed Feb 16, 2021
1 parent 647281d commit eba95a5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-app-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: App Store

on:
release:
types: [created]
types: [published]
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release assets

on:
release:
types: [created]
types: [published]
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-google-play.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Google Play

on:
release:
types: [created]
types: [published]
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-huawei-appgallery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Huawei AppGallery

on:
release:
types: [created]
types: [published]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit eba95a5

Please sign in to comment.