fixed syntax error
This commit is contained in:
parent
8e9482682c
commit
bdaabbb2aa
10
.github/workflows/gradle.yml
vendored
10
.github/workflows/gradle.yml
vendored
@ -1,8 +1,12 @@
|
||||
name: Java gradle CI
|
||||
|
||||
on: [push, pull_request]
|
||||
branches:
|
||||
- Development
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- Development
|
||||
pull_request:
|
||||
branches:
|
||||
- Development
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
Loading…
Reference in New Issue
Block a user