Skip to content

Commit

Permalink
chore: update workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxzero committed Sep 18, 2023
1 parent d6fa34f commit d680a8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

name: Android CI

on: [ pull_request ]
on: push

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Code Coverage

on: [ pull_request ]
on: push

jobs:
coverage-report:
Expand Down

0 comments on commit d680a8c

Please sign in to comment.