Run build workflow for PRs

This commit is contained in:
Iaroslav Postovalov 2021-06-08 20:53:33 +07:00
parent a3c64dc273
commit c0ab082d24

View File

@ -1,6 +1,9 @@
name: Gradle build
on: [ push ]
on:
push:
pull_request:
types: [opened, edited]
jobs:
build: