Skip to content

Commit

Permalink
Commit message:
Browse files Browse the repository at this point in the history
Add release types in GitHub Actions workflow

The GitHub Actions workflow file, 'maven-publish.yml', has been updated to include additional release types such as prereleased, created, published, and edited. This provides more granular control over the actions that trigger the workflow.
  • Loading branch information
SmartGecko44 committed Dec 3, 2023
1 parent 39ffd62 commit e083bd9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ on:
branches:
- master
- experimental
release:
types:
- prereleased
- created
- published
- edited

jobs:
build:
Expand Down

0 comments on commit e083bd9

Please sign in to comment.