Skip to content

Commit

Permalink
Update CI-Android-emulator-mvp.yml
Browse files Browse the repository at this point in the history
Added missing key `on`
  • Loading branch information
ChristopherBull authored Oct 1, 2021
1 parent fb74389 commit 93c414c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/CI-Android-emulator-mvp.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# .github/workflows/CI-Android-emulator-mvp.yml
name: CI Android Emulator (MVP)

on:
push:
paths-ignore:
- "**.gitignore"
- "**.md"
pull_request:
paths-ignore:
- "**.gitignore"
- "**.md"

jobs:
test:
name: Build, test, coverage
Expand Down

0 comments on commit 93c414c

Please sign in to comment.