Added entry optimizations + Bugfixes related to automatically selected year and default file names #343
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Maven Verify | |
on: | |
push: # Ignore releases and main dev branch | |
tags-ignore: | |
- 'v*' | |
branches: | |
- '**' | |
pull_request: | |
types: [opened, synchronize, reopened] | |
# Allows you to run this workflow manually from the Actions tab | |
workflow_dispatch: | |
jobs: | |
verify: | |
uses: kit-sdq/actions/.github/workflows/maven.yml@main | |
with: | |
deploy: false | |
secrets: | |
OSSRH_USER: "" | |
OSSRH_TOKEN: "" | |
GPG_KEY: "" |