Skip to content

Commit 3c71071

Browse files
Merge pull request TheAlgorithms#1465 from shellhub/Development
Fixed syntax error
2 parents 18b2930 + bdaabbb commit 3c71071

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
name: Java gradle CI
22

3-
on: [push, pull_request]
4-
branches:
5-
- Development
3+
on:
4+
push:
5+
branches:
6+
- Development
7+
pull_request:
8+
branches:
9+
- Development
610

711
jobs:
812
test:

0 commit comments

Comments
 (0)