Skip to content

Commit

Permalink
enable CI for pull request (facebook#31)
Browse files Browse the repository at this point in the history
Summary:
## Motivation

Why are you making this change?

What did you change?

How does the code work?

Why did you choose this approach?
Pull Request resolved: facebookincubator/fbjni#31

Test Plan:
How did you test this change?
Any change that adds functionality should add a unit test as well.

Reviewed By: BurntBrunch

Differential Revision: D19348810

Pulled By: passy

fbshipit-source-id: 7a144c80cc1078d968a562a17fa8d5f84047eeb2
  • Loading branch information
gengjiawen authored and facebook-github-bot committed Jan 14, 2020
1 parent 8d57632 commit 735b6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion first-party/fbjni/.github/workflows/android.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Android CI

on: [push]
on: [push, pull_request]

jobs:
build:
Expand Down

0 comments on commit 735b6b2

Please sign in to comment.