Skip to content

Commit 96b6b3e

Browse files
authored
Merge pull request #30 from houssemzaier/hotfix/bug/triger-the-ci-on-pull_request
[BUG] triger the ci on pull_request
2 parents 4a91f0b + b23cf30 commit 96b6b3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Java CI
22

3-
on: [push]
3+
on: [push, pull_request]
44

55
jobs:
66
build:

0 commit comments

Comments
 (0)