Merge pull request #1465 from shellhub/Development

Fixed syntax error
This commit is contained in:
Du Yuanchao 2020-09-17 09:23:53 +08:00 committed by GitHub
commit 3c71071e2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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