Skip to content

Commit

Permalink
[#6] Testing...
Browse files Browse the repository at this point in the history
  • Loading branch information
luongvo committed Nov 30, 2023
1 parent 8bc5ac7 commit 402e8d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- feature/6-set-up-cd-android

jobs:
deploy_android:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- develop
- feature/6-set-up-cd-android

jobs:
deploy_android:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ name: Code analysis, test and generate sample project
on:
pull_request:
types: [ opened, synchronize, reopened, ready_for_review ]
push:
branches-ignore:
- main
- develop
- 'release/*'
- 'release/**'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 402e8d3

Please sign in to comment.