Skip to content

Commit

Permalink
Merge pull request #364 from OpenSRP/add_checks_to_master_v1
Browse files Browse the repository at this point in the history
Add checks to master-v1 branch
  • Loading branch information
rkodev authored Dec 14, 2020
2 parents 0a85679 + d823b60 commit c653394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Android CI with Gradle

on:
push:
branches: [ master ]
branches: [ master , master-v1 ]
pull_request:
branches: [ master ]
branches: [ master , master-v1 ]

jobs:
unit_tests:
Expand Down

0 comments on commit c653394

Please sign in to comment.