Merge pull request #1464 from shellhub/Development
Fixed actions on pull requests
This commit is contained in:
commit
18b2930d4f
7
.github/workflows/gradle.yml
vendored
7
.github/workflows/gradle.yml
vendored
@ -1,9 +1,8 @@
|
||||
name: Java gradle CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- Development
|
||||
on: [push, pull_request]
|
||||
branches:
|
||||
- Development
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
Loading…
Reference in New Issue
Block a user