Merge pull request #1464 from shellhub/Development

Fixed actions on pull requests
This commit is contained in:
Du Yuanchao 2020-09-17 09:13:20 +08:00 committed by GitHub
commit 18b2930d4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,8 @@
name: Java gradle CI
on:
push:
branches:
- Development
on: [push, pull_request]
branches:
- Development
jobs:
test: