Skip to content

Commit 18b2930

Browse files
Merge pull request TheAlgorithms#1464 from shellhub/Development
Fixed actions on pull requests
2 parents 452fa56 + 8e94826 commit 18b2930

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/gradle.yml

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

3-
on:
4-
push:
5-
branches:
6-
- Development
3+
on: [push, pull_request]
4+
branches:
5+
- Development
76

87
jobs:
98
test:

0 commit comments

Comments
 (0)