Skip to content

Commit a69bcbc

Browse files
Merge pull request #1300 from smartdevicelink/github_actions_pr_support
Make Github Actions run on opening a PR
2 parents 1f6662f + b9d0c73 commit a69bcbc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: GitHub CI
22

3-
on: [push]
3+
on: [push, pull_request]
44

55
jobs:
66
test:
@@ -35,7 +35,7 @@ jobs:
3535
run: ./javaEE/gradlew -p ./javaEE test
3636

3737
- name: Codecov
38-
uses: codecov/codecov-action@v1.0.4
38+
uses: codecov/codecov-action@v1.0.5
3939
with:
4040
token: ${{secrets.CODECOV_TOKEN}}
4141
yml: ./codecov.yml

0 commit comments

Comments
 (0)