Skip to content

Commit

Permalink
ci/cd: change trigger to prod branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Dec 8, 2022
1 parent 7490893 commit e601b84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload-android.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Upload Android

# only when version file changes, the action runs
# tag triggering doesn't support caching
on:
push:
branches:
- 'prod'
paths:
- "version"
- ".github/workflows/upload-android.yml"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/upload-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Upload iOS

on:
push:
branches:
- 'prod'
paths:
- "version-ios"
- ".github/workflows/upload-ios.yml"
Expand Down

0 comments on commit e601b84

Please sign in to comment.