mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-10 02:19:14 +00:00
Enable build test but disable release publishing
This commit is contained in:
2
.github/workflows/early-access.yaml
vendored
2
.github/workflows/early-access.yaml
vendored
@@ -77,7 +77,7 @@ jobs:
|
||||
runs-on: ubuntu-18.04
|
||||
needs: [build]
|
||||
# Only post early access releases when push to master
|
||||
if: ${{ !github.event.issue.pull_request }} && startsWith(github.ref, 'refs/heads/master')
|
||||
if: false && ${{ !github.event.issue.pull_request }} && startsWith(github.ref, 'refs/heads/master')
|
||||
|
||||
steps:
|
||||
- name: 'Check out repository'
|
||||
|
Reference in New Issue
Block a user