Skip to content

Commit 730fe37

Browse files
committed
workflow on push vs pull_request
1 parent 6318250 commit 730fe37

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
name: Java CI
44

55
on:
6-
# push:
7-
pull_request:
6+
push:
7+
# pull_request:
88

99
jobs:
1010
build:
@@ -84,4 +84,3 @@ jobs:
8484
tag_name: ${{ steps.version.outputs.version }}
8585
generate_release_notes: true
8686
body_path: ./release-template.md
87-

0 commit comments

Comments
 (0)