Skip to content

Commit

Permalink
update trigger to only run on release
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael7371 committed Jun 10, 2024
1 parent 35b7f18 commit 5460c51
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/artifact-publish.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
name: Publish Java Package

on:
# commented out for testing
# release:
# types: [created]
pull_request:
types:
- opened
- synchronize
- reopened
release:
types: [created]

jobs:
build:
Expand Down

0 comments on commit 5460c51

Please sign in to comment.