Skip to content

Commit

Permalink
Update and rename maven-publish.yml to maven-publish-snapshot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rpastrana authored Mar 13, 2023
1 parent 314411f commit 22d9ba0
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Publish package to the Maven Central Repository
name: Publish snapshot package to the Maven Central Repository
on:
pull_request:
types: [opened, reopened]
push:
branches:
- 'master'
- 'candidate-*'
jobs:
publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 22d9ba0

Please sign in to comment.