diff options
author | Bilal Alsharifi <599206+bilal-alsharifi@users.noreply.github.com> | 2020-03-03 11:37:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-03 11:37:08 -0500 |
commit | 71c6238db5b410309f57c8a2008225cc7f4b7447 (patch) | |
tree | 0028816753f8bd6fb1bd93510fd35de22cd5e8fc | |
parent | 9b43ce1a26d49260fc1a2ac6b9665103e9aeaf0b (diff) | |
download | sdl_android-bugfix/gitflow_test.tar.gz |
Update android.ymlbugfix/gitflow_test
-rw-r--r-- | .github/workflows/android.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 99e4a5029..da9827cc6 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -1,6 +1,6 @@ name: GitHub CI -on: [push] +on: [push, pull_request] jobs: test: |