change CI
This commit is contained in:
9
.github/workflows/gradle.yml
vendored
9
.github/workflows/gradle.yml
vendored
@ -1,7 +1,12 @@
|
||||
name: Java CI
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
build:
|
||||
|
||||
|
Reference in New Issue
Block a user