Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-02-24 15:07:44 +0300
committerGitHub <noreply@github.com>2020-02-24 15:07:44 +0300
commit6babdfa03695ef0a6c137bcfb88f00863de3a541 (patch)
treeb66ecf17663e6246b9dd651c94b2cd3950c89997 /.github
parente7ca48e0d5d646cadee14de2e9147f6e7fc1cdd9 (diff)
Readd PR events to pipeline
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/android.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index 2983da89..5b19b471 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -1,6 +1,6 @@
name: Android CI
-on: push
+on: [push, pull_request]
jobs:
test:
name: Run Unit Tests
@@ -31,4 +31,4 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: app
- path: app/build/outputs/apk/debug/app-debug.apk \ No newline at end of file
+ path: app/build/outputs/apk/debug/app-debug.apk