Skip to content

Commit

Permalink
workflow on push vs pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Sep 2, 2024
1 parent 6318250 commit 730fe37
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
name: Java CI

on:
# push:
pull_request:
push:
# pull_request:

jobs:
build:
Expand Down Expand Up @@ -84,4 +84,3 @@ jobs:
tag_name: ${{ steps.version.outputs.version }}
generate_release_notes: true
body_path: ./release-template.md

0 comments on commit 730fe37

Please sign in to comment.