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:
authorstefan-niedermann <info@niedermann.it>2020-02-23 20:26:57 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-02-23 20:35:03 +0300
commitb4a850977a6cc4d10c56a9aa1c6458cebcfa3751 (patch)
treecfa41c5aadff8fb396a23b0234b9eb9bdf7a7c2c /.github
parent7438731200bbb0dc84b894e508741a2dac9ea006 (diff)
Only listen to push event
Signed-off-by: stefan-niedermann <info@niedermann.it>
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 5bde44d4..2983da89 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -1,6 +1,6 @@
-name: Android Pull Request & Master CI
+name: Android CI
-on: [push, pull_request]
+on: push
jobs:
test:
name: Run Unit Tests