Skip to content

Commit

Permalink
Trigger build on pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
rumboalla authored Aug 29, 2023
1 parent 189c225 commit 0d928f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: Android Build

on: [push]
on: [push, pull_request]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Setup Java 17
Expand Down

0 comments on commit 0d928f5

Please sign in to comment.