[WIP] Disabled signing and deployment to Maven Central for "develop" branch
Committer Notes
This branch is for us to fix the build errors we are experiencing. This initial PR is designed simply to disable mvn central deployment for the develop branch.
All Submissions:
- [X] Have you selected the correct base branch per Contributing guidance?
- [X] Have you set "Allow edits and access to secrets by maintainers "?
- [X] Have you checked to ensure there aren't other open Pull Requests for the same update/change?
- [X] Have you squashed any non-relevant commits and commit messages? [instructions]
- [x] Do all automated CI/CD checks pass?
Changes to Core Features:
N/A
@rsherwood-nist - This PR is marked as WIP, but reviewers are assigned. Please clarify - is the PR ready fro review ? Thank you for your contribution.
@rsherwood-nist & @selenaxiao-nist - Can we please discuss the intent of this PR.
The PR removes the branch-check that limited the "build, test and deploy SNAPSHOT code" job to the develop branch, allowing to happen on any branch. It is rue, main is included, but it is too risky since it can be done from any branch.
Let's have a meeting and discuss it. I don't think it does what we discussed.
@iMichaela I also initially suspected that the "build, test and deploy SNAPSHOT code" job would run on any branch, but when I tested on a local develop branch, this job was skipped. Regardless, let's have a meeting to test further.