fixed syntax error

This commit is contained in:
shellhub 2020-09-17 09:17:36 +08:00
parent 8e9482682c
commit bdaabbb2aa

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: