Skip to content

Commit

Permalink
CI: update for current best practices
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Oct 20, 2024
1 parent 8c299fc commit d3020c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/build-pr.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- main
tags:
- "*-[0-9]+.*"
pull_request:
branches:
- master

jobs:
build:
Expand All @@ -28,5 +31,6 @@ jobs:
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
MAVEN_USER: ${{ secrets.MAVEN_USER }}
MAVEN_PASS: ${{ secrets.MAVEN_PASS }}
OSSRH_USER: ${{ secrets.OSSRH_USER }}
OSSRH_PASS: ${{ secrets.OSSRH_PASS }}
SIGNING_ASC: ${{ secrets.SIGNING_ASC }}

0 comments on commit d3020c8

Please sign in to comment.