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
commit 4810f2e63e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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