Skip to content

Commit

Permalink
don't run GA job twice for the same push/pull;
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat committed Jul 27, 2020
1 parent 2968cf7 commit ebbce1d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/android.yml
@@ -1,5 +1,14 @@
name: Android tests
on: [push, pull_request]
on:
push:
branches:
- master
- develop
pull_request:
types:
- opened
- synchronize


jobs:
android:
Expand Down

0 comments on commit ebbce1d

Please sign in to comment.