Merge pull request #359 from mipt-npm/commandertvis/ga

Enable build workflow for external PRs (w/manual approval)
This commit is contained in:
Alexander Nozik
2021-06-08 17:52:51 +03:00
committed by GitHub

View File

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