Skip to content

Commit

Permalink
[CI] run ios/android CI on ios_ci/android_ci branches
Browse files Browse the repository at this point in the history
Summary: addressing some feedback from @Ashoat regarding branch names and adding tmate to the android CI

Test Plan: already tested that the wildcards work and tmate session is set up

Reviewers: ashoat, atul

Reviewed By: ashoat

Subscribers: tomek, wyilio, ashoat

Differential Revision: https://phab.comm.dev/D9613
  • Loading branch information
vdhanan committed Oct 30, 2023
1 parent 7ee568f commit 8b56955
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/android_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Android Build CI

on:
push:
branches: [master]
branches:
- master
- 'debugci/android_ci/*'
paths-ignore:
- 'landing/**'
- 'web/**'
Expand Down Expand Up @@ -65,3 +67,7 @@ jobs:

- name: Disk Usage
run: df -h

- name: Set up tmate session
if: failure() && startsWith(github.ref, 'refs/heads/debugci/')
uses: mxschmitt/action-tmate@v3
2 changes: 1 addition & 1 deletion .github/workflows/ios_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- master
- 'debugci/*'
- 'debugci/ios_ci/*'
paths-ignore:
- 'landing/**'
- 'web/**'
Expand Down

0 comments on commit 8b56955

Please sign in to comment.