Skip to content

Commit

Permalink
[#26] Reset trigger workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
nkhanh44 committed Aug 3, 2023
1 parent 2837097 commit f6707a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/android_deploy_production.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Android - Deploy Production build to Firebase

on:
pull_request:
types: [ opened, synchronize, edited, reopened ]
push:
branches:
- main

jobs:
build_and_deploy_android:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/android_deploy_staging.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Android - Deploy Staging build to Firebase

on:
pull_request:
types: [ opened, synchronize, edited, reopened ]
push:
branches:
- develop

jobs:
build_and_deploy_android:
Expand Down

0 comments on commit f6707a9

Please sign in to comment.