Skip to content

Commit

Permalink
Update maven-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andylin-hao authored Oct 26, 2022
1 parent da5a60f commit aa31873
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ name: Maven Package
on:
release:
types: [created]
push:
branches: [ main ]
pull_request:
branches: [ main ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit aa31873

Please sign in to comment.