Skip to content

Commit

Permalink
feat: update android ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Nguyen Quang Minh committed Sep 15, 2024
1 parent cd02e95 commit b93e65a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: Android CI

on:
push:
branches: [ "master" ]
branches:
- master
- feat/*
pull_request:
branches: [ "master" ]
branches:
- master
- feat/*

jobs:
build:
Expand Down

0 comments on commit b93e65a

Please sign in to comment.